/* CSS Document */
body,td,th,table { 
	font:Verdana;
	font-family:Verdana;
	font-size:12px;
}

.white_sub_header {
	font-family:Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;

}
.prp_header {
	font-size: 16px;
	color:#993333;
}

.negetive {
	color: #FF0000;
}
.positive {
	color: #669933;
}
.blank {
	color: #FFFFFF;
}
.page_header {
	font-size: 18px;
	font-weight: bold;
}

.sub_title {
	font-size : 14px;
	font-weight:bold;
}
.sub_title_bg { background-color:#BEBEDE;
}
.small_print { 
	
	font-size:10px;
	color:#999999;
}
.progress_bg { 
background-image:url(../graphics/arrows/blue_arrow.gif);
background-repeat:repeat-x;
background-position:center;
}


#result_container{


}

#ad_header{

	background-color:#999999;
	color:#FFFFFF;
	padding:5px;
	font-weight:bold;
	text-transform:uppercase;

}


.ad_thumb{
	
}


A.menu:link, A.menu:active, A.menu:visited{

	color:#FFFFFF; 
	font-size:11px;
	margin:0px;
	text-transform:uppercase; 
	font-weight:bold;
	display:block;
	float:left;
	padding:3px 10px 3px 10px;
	text-decoration:none;
}
A.menu:hover{

	background-color:#FF6600;
}

IMG.pics{
	
	border:none;
	float:left;
	margin-right:7px;
	margin-top:5px;

}