html {
	height: 100%;
}
body,td,th {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(./images/bg_ostarr.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-repeat: repeat-x;
}
a img {
	border: none;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #C00;
}
.tr_6px {
	font-size: 4px;
}
.standardRed {
	color: #933;
}

.standardWhite {
	color: #FFF;
}
h1 {
	font-size: 20px;
	color: #900;
}
h2 {
	font-size: 18px;
	color: #900;
}
h3 {
	font-size: 16px;
	color: #900;
}
h5 {
	color: #900;
	font-size: 12px;
}
h4 {
	font-size: 14px;
}
h6 {
	font-size: 10px;
	font-weight:normal;
}