/*body
#footer
#heading
#maincontent
.menustyle
*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	background:#fff;
}

#heading{
	font-weight:bold;
	color: #780000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

#maincontent{
	text-align:justify;
	COLOR: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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

#footer{
	width:100%;
	height:10px;
	background-color:#780000;
	overflow:hidden;
}
