body {
	font-family: verdana;
	font-size: 11px;
	line-height: 17px;
	color: #333;
	margin: 0 20px 0 20px;
}

h1, h2, h3, h4, h5, h6{
	display:inline;
}

h1{
	font-size:20px;
	line-height:25px;
}
h2{
	font-size:16px;

}
h3,h4, h5, h6{
	font-size:14px;
}

a{
	color:#900;
	font-size:11px;
	text-decoration:underline;
}
a:hover{
	color:#900;
	font-size:11px;
	text-decoration: none;
}

tr, td{
	font-size:11px;
}

ul{
	list-style:none;
}
li{
	list-style-image:url(../images/arrow_red.gif);
}
form{
	display:inline;
}
/*===========================================================*/

.homecontents{
	padding-left:5px;
	padding-right:5px;	
}
.maincontents{
	padding-left:5px;
}
.toplinks{
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
.toplinks a{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
.toplinks a:hover{
	font-size:12px;
	font-weight:bold;
	color:#ccc;
	text-decoration:none;
}
.table{
	border:1px solid #D7D6D6;
	background:#F1F0F0 none;
}
.table th
{
	background:url(../images/toplink_mid.gif);
	color:#fff;
}

.category
{
	background:url(../images/toplink_mid.gif);
	color:white;
}

.table th a
{
	background:url(../images/toplink_mid.gif);
	color:white;
}
.tableright{
	border:1px solid #D7D6D6;
}
.inputtxt, select{
	font-size:11px;
	color:#333;
	border:1px solid #ccc;
}
.footerlinks{
	font-size:11px;
	color:#fff;
}
.footerlinks a{
	font-size:11px;
	color:#fff;
	text-decoration:underline;
}
.footerlinks a:hover{
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
.hometext{
	padding:0 0px 5px 0px;
	font-size:12px;
}
.subheading_blue{
	color:#0A396F;
	font-size:11px;
	font-weight:bold;
}
.subheading_grey{
	color:#666;
	font-size:11px;
	font-weight:bold;
}
.subheading_green{
	color:#4B5F0A;
	font-size:11px;
	font-weight:bold;
}

h2
{
	color:#900;
	font-size:11px;
	font-weight:bold;
}

.img_display
{
	border:1px #999999 solid;
	padding:4px;
}

.subheading_maroon{
	color:#900;
	font-size:11px;
	font-weight:bold;
}

hr{
	background:#FFFFFF none;
	border:none;
	display:block;
	height:1px;
	clear:both;
}
.dotted{
	border-top:1px dotted #A3A3A2;
}

.viewall_link{
	background-image:url(../images/arrow_readmore.gif);
	background-position:center left;
	background-repeat:no-repeat;
	color:#900;
	font-size:11px;
	padding-left:15px;
	display:block;
}
.heading_white{
	color:#fff;
	padding-left:5px;
	font-size:12px;
	font-weight:bold;
}
.heading_maroon{
	color:#900;
	padding-left:5px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

.sidelinks{
	background-color:#FDFEFF;
	background-image:url(../images/linkbg.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	border-left:1px solid #DDE4FE;
	border-right:1px solid #DDE4FE;
	color:#333;
	font:bold 11px verdana;
	padding:0 0 0 2px;
	line-height:18px;
}
.sidelinks a{
	color:#333;
	text-decoration:none;
}
.sidelinks a:hover{
	color:#000;
	text-decoration:none;
}

.newsheading{
	color:#f00;
	font-size:10px;
	font-weight:bold;
}
.mybutton{
	background:#900 none;
	border:2px  outset #ccc;
	font:bold 11px Verdana;
	color:#fff;
}
.generaltext{
	font-size:11px;
	font-weight:normal;
}
.smalltext{
	font-size:10px;
	font-weight:normal;
}
.breabcrumb {
	background:#E2E1E1 none;
	color:#840000;
	font-size:11px;
	text-decoration:none;
	height:21px;
	text-align:left; 
	padding-left:5px;
}
.breabcrumb a{
	color:#840000;
	font-size:11px;
	text-decoration:none;
	
}
.breabcrumb a:hover{
	color:#840000;
	font-size:11px;
	text-decoration:none;
}
.tabcont2{
	border:1px solid #5375A2;
}
.heading{
	color:#fff;
	padding-left:5px;
	font-size:11px;
	font-weight:bold;
	background-color:#5375A2;
}
.heading11{
	padding-left:5px;
	background:#900 none;
	font:bold 11px Verdana;
	color:#fff;
}
.error
{
font-size:10px;
color:#FF0000;

}
.v_line{
	background-image:url(../images/v_line.gif);
	background-repeat:repeat-y;
	width:1px;
	display:block;
	clear:both;
}
.style1{ color:#FF0000;}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#msg_info{
  font-size:10px;
  color:#000000;
}
 #fixedtipdiv{
            position:absolute;
            padding: 2px;
            border:1px solid black;
            font:normal 12px Verdana;
            line-height:18px;
            z-index:100;
 }