@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.standard_table_body {
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
}
.oj_border {
	background-color: #FF9900;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}

a:visited {
	color: #FF9900;
	text-decoration: none;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 12px;
	color: #333333;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.white {
	background-color: #FFFFFF;
}
