body{
	padding:0px 0px 0px 0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.siteBasicBg {
	background-color:#a01e10;
}
.siteOverBg {
	background-color:#850001;
}
.menuNormal {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align: center;	
	font-weight: normal;
	text-decoration: none;
	color:#FFF;
	background-color:#434544;
	display:block;
	width:100%;
	height:24px;
	padding-top:6px;
}
.menuNormal:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align: center;	
	font-weight: bold;
	text-decoration: none;
	color:#FFF;
	background-color:#ac0000;	
}
/*.menuNormal {
	font-size:12px;
	text-align: center;	
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/navigation_bg_line.jpg);
	background-repeat: repeat-x;
	display:block;
	width:121px;
	height:22px;
    padding-top:8px;
	letter-spacing:1px;	
}
.menuNormal:hover {
	font-size:12px;
	text-align: center;		
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/navigation_bg_line_red.jpg);
	background-repeat: repeat-x;
	display:block;
	width:121px;
	height:22px;
	padding-top:8px;
	letter-spacing:1px;	
}*/
.heading{
font-size:14px;
color:#840000;
font-style: normal;
font-weight: bold;
text-decoration: none;
}
.inner_text{
font-size:11px;
color:#000000;
font-style: normal;
font-weight:normal;
text-decoration: none;
}
.inner_text_red{
font-size:11px;
color:#840000;
font-style: normal;
font-weight: normal;
text-decoration: none;
}
.heading_2{
font-size:12px;
color:#840000;
font-style: normal;
font-weight: bold;
text-decoration: none;
}
.heading_gray{
font-size:11px;
color:#6c706e;
font-style: normal;
font-weight: bold;
text-decoration: none;
}
.all_border{
border:1px; 
color:#000000;
}
.heading_black{
font-size:12px;
color:#000000;
font-style: normal;
font-weight: bold;
text-decoration: none;
}
.footer{
font-size:9px;
color:#ffffff;
font-style: normal;
font-weight: normal;
text-decoration: none;
}
.results_bg{
	background-color:#980203;
	font-size:14px;
    color:#ffffff;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

/*============= for PNG FIX on IE ===============*/
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
/*===============================================*/