/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#737373;
}
html{
	color:#afafaf;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link {
	color: #dc8c01;
}
a:visited {
	color: #dc8c01;
}
a:hover {
	color: #da4300;
}
a:active {
	color: #da4300;
}
.left_nav:link {
	color: #ffffff;
	text-decoration:none;
}
.left_nav:visited {
	color: #ffffff;
	text-decoration:none;
}
.left_nav:hover {
	color: #000000;
}
.left_nav:active {
	color: #000000;
}
.yellow_link:link {
	color: #FFC019;
	text-decoration:none;
}
.yellow_link:visited {
	color: #FFC019;
	text-decoration:none;
}
.yellow_link:hover {
	color: #ff0000;
}
.yellow_link:active {
	color: #ff0000;
}
.linespace{
	line-height:17px;
}
.white_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.white_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left:10px;
	font-weight:bold;
}
.yellow_big_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFC019;
}
.black_heading_text {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.yellow_text {
	color: #FFC019;
	font-weight: bold;
}
.style_text {	color: #c4c4c4;
	font-family: "Comic Sans MS";
	font-size: 15px;
	font-weight: bold;
}
.gray_text {color: #666666}