/* CSS Document */
body {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	text-align: left;
	background-color: #000000;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	/*background-image: url(images/bkg_deepGray.jpg);
	background-position: top center;*/
	
}
a:link{
	color:#ffffff;
	text-decoration:none;
}
a:visited{
	color:#ffffff;
	text-decoration:none;
}
a:hover{
	color:#cc3333;
	text-decoration:none;
	font-weight:bold;
}
a:active{
	color:#ffffff;
	text-decoration:none;
}

#content_table{

	margin: auto;
	text-align: center;
}
.content_area{
	width: 720px;
	margin: auto;
	padding: 0;
	border: 0;
	color: #000000;
	font-size: 11px;
}
.cleared{
	clear: both;
}
.gray_box{
	background-color: #b1afaf;
	color: #ffffff;
	font-size: 11px;
}
.grayText{
	color:#666666;
}
.yellow_headline{
	color: #ffe240;
	font-size: 18px;
	font-weight: bold;
}
.blue_text{
	color: #0398c9;
}
.red_text{
	color: #cc0000;
}
.form_table{
	font-size: 11px;
	color: #000000;
}
.form_table2{
	font-size: 11px;
	color: #000000;
}
input.form_table, select.form_table, .form_table input, .form_table select {
	font-size: 11px;
	color: #0398c9;
}
input.form_table2, select.form_table2, .form_table2 input, .form_table2 select {
	font-size: 11px;
	color: #cc0000;
}
.noMargin {
	margin:0px;
}
.leftPadded {
	padding-left:10px;
}
.spacerText5 {
	margin:0px;
	font-size: 5px;
	line-height: 5px;
	color: #ffffff;
}
.spacerText10 {
	margin:0px;
	font-size: 10px;
	line-height: 10px;
	color: #ffffff;
}