BODY {
margin:0 0 0 0;

	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11px;
	
	background-color:#CCCCCC;

}

.cont_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
}
.content {
margin:20px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;

}
.pageheading
{
	font-family:Arial;
	font-size:16px;	
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	color:#EE0000;
}
a{
  	font-size:16px;
 	color: #045C97;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover{
	font-family:Arial, Helvetica, sans-serif;
  	color: #045C97;
 	font-size:16px;
	
  	text-decoration: underline;
	font-weight:bold;
}
/* ************************* Menu******************************************** */
/* CSS Document */
/*Credits: santosh setty */
/*URL: http://webdesigninfo.wordpress.com */
.menu9{
	position:relative;
	padding:0 0 0 0px;
	margin:0 0 0 0;
	background:url(images/menu9_bg.png) repeat-x;
	*background:url(images/menu9_bg.gif) repeat-x;/* for IE browser due to png hacks */
	height:46px;
	list-style:none;
	width:100%;
}
.menu9 li{
	float:left;
}
.menu9 li a{
	float:left;
	display:block;
	color:#000;
	text-decoration:none;
	font-family:sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:0 0 0 18px;
	height:46px;
	line-height:46px;
	text-align:center;
	cursor:pointer;	
}
.menu9 li a b{
	float:left;
	display:block;
	padding:0 32px 0 16px;
}
.menu9 li.current a{
	color:#fff;
	background:url(images/menu9_hover_left.png) no-repeat;	
	*background:url(images/menu9_hover_left.gif) no-repeat;/* for IE browser due to png hacks */
	background-position:left;
}
.menu9 li.current a b{
	color:#fff;
	background:url(images/menu9_hover_right.png) no-repeat right top;	
	*background:url(images/menu9_hover_right.gif) no-repeat right top;/* for IE browser due to png hacks */
}
.menu9 li a:hover{
	color:#fff;
	background:url(images/menu9_hover_left.png) no-repeat;
	*background:url(images/menu9_hover_left.gif) no-repeat;/* for IE browser due to png hacks */
	background-position:left;
}
.menu9 li a:hover b{
	color:#fff;
	background:url(images/menu9_hover_right.png) no-repeat right top;
	*background:url(images/menu9_hover_right.gif) no-repeat right top;/* for IE browser due to png hacks */
}
/**************************Foorter ****************************************** */
.footer{
background-color:#EE0000;
color:#FFFFFF;
font-size:12px;
height:40px;

}
.err{
color:#FF0000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
/*font-weight:none;*/
}
