/*CSS Document */
/*body
#footer
#heading
#maincontent
.menustyle
*/
body{
	FONT-SIZE: 12px;
	COLOR: #505050;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	background-color:#b2b4ac;
}

#footer{
	width:100%;
	height:10px;
	background-color:#ce0024;
}

#heading{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;	  
	COLOR: #ce0024;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

#maincontent{
	FONT-SIZE: 11px;
	text-align:justify;
	color:#004080;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.menu_style{
	text-decoration:none;
	font-weight:bold;
	color:#666666;
}

