body {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	background:#EAF0F2 url(../images/bg.jpg) repeat-x top;
	}

.SubNav { 
	color: #999999; 
	text-decoration: none;
	font-size: 11px;
	font-family: arial;
}
	
a.SubNav:visited, a.SubNav:link { 
	color: #999999; 
	text-decoration: none;
	font-size: 11px;
	font-family: arial;
}
a.SubNav:hover { 
	color: #265871; 
	text-decoration: none;
	font-size: 11px;
	font-family: arial;
}

a.MainNav:visited, a.MainNav:link { 
	color: #ffffff; 
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
	font-family: arial;
}
a.MainNav:hover { 
	color: #265871; 
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
	font-family: arial;
}


/*   active */
.footer {
	font-family: Arial; 
	font-size: 11px; 
	color: #003366;

}

.footer_left {
	font-family: Arial; 
	font-size: 11px; 
	color: #004A6F;
	padding-left:17px;
	padding-top: 15px;
}

.footer_middle {
	font-family: Arial; 
	font-size: 11px; 
	color: #004A6F;
	padding-left:17px;
	padding-top: 15px;
	background:url(/images/footer_bg.png) repeat-x top;
}
* html table tr td table tr td.footer_middle {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/footer_bg.png',sizingMethod='scale');
}

.footer_right {
	background:url(/images/footer_right.png) no-repeat top left;
}
* html table tr td table tr td.footer_right {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/footer_right.png',sizingMethod='scale');
}

#bodyRight {
	background: url(/images/bg_right_inner.png) repeat-y top left;
}
* html table tr td#bodyRight {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_right_inner.png',sizingMethod='scale');
}


a.footer:visited, a.footer:link { 
	color: #999999; 
	text-decoration: none;
	font-size: 11px;
	font-family: arial;

}
a.footer:hover { 
	color: #003366; 
	text-decoration:underline;
	font-size: 11px;
	font-family: arial;
}

