@charset "utf-8";

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C87C3;
	font-weight: bold;
}
.border 
{	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.footerclr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F7F6F4;
	
}
.header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0074C1;
	font-weight: bold;
}
.header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E25305;
}
.header3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #E25305;
}
.para {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0C87C3;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	font-weight:bold;
	background-color:#FF6600;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/index_bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.contentbgColor
{
	background-color:#FFFFFF;
}
.silverSeperator
{
	background-color:#C8C8C8}
.blueseperator
{
	background-color:#C8C8C8}
.textAlign
{
	text-align:justify;}
listingType
{
	list-style-type:inherit;	
	list-style-image:url(../images/index_arrow1.jpg);
}
li
{
	list-style-type:none;	}

.buttonStyle
{
	border:1px;
	border-style:groove;
	background-color:#0074C1;
	color:White;
	font-weight:bold;
}
.hidecolumn
{
	display:none;
	}