/* CSS Document */
body,td,th {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #f7b93e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f7b93e;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #f7b93e;
}
.footer{
	font-size: 9px;
	color: #888888;
	background-color: #2E2E2E;
}
.content_gap{
	height:32px;
	background-color: #404040;
}
.content_bg{
	background-color: #404040;
}
.content_height{
	height:370px;}
.header_white{
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight:bolder;
	color: #FFFFFF;
}
.header_red{
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight:bolder;
	color: #FD1D1D;
}
.divider{
	background-image: url(images/divider_dot.gif);
	background-repeat: repeat-x;
	height:17px;
}
.area_bg{
background-color: #333333;
}
.divider_line{
	background-image: url(images/divider_line.gif);
	background-repeat: repeat-x;
	height:21px;
}
.divider_line_vertical{
	background-image: url(images/divider_line_vertical.gif);
	background-repeat: repeat-y;
	width:31px;
}
.red14{
	color: #FD1D1D;
	font-weight:bolder;
	font-size: 14px;
}
.red12{
	color: #FD1D1D;
	font-weight:bolder;
	font-size: 12px;
}
.yellow11{
	color: #f7b93e;
	font-weight:bolder;
}


