body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
}

a:link		{color: #0087C7; font-family: Verdana, Helvetica, sans-serif; font-size: 10px; text-decoration: underline; font-weight: bold;}
a:visited	{color: #0087C7; font-family: Verdana, Helvetica, sans-serif; font-size: 10px; text-decoration: underline; font-weight: bold;}
a:hover		{color: #0087C7; font-family: Verdana, Helvetica, sans-serif; font-size: 10px; text-decoration: underline; font-weight: bold;}
a:active	{color: #0087C7; font-family: Verdana, Helvetica, sans-serif; font-size: 10px; text-decoration: underline; font-weight: bold;}

a:link.footer 		{ color: #656565; }
a:visited.footer	{ color: #656565; }
a:hover.footer		{ color: #656565; }
a:active.footer		{ color: #656565; }

div, span {vertical-align: middle;}
.table { display: table; width: 100%; margin: 0 auto; }
.row { display: table-row; }
.cell {display: table-cell; float: left; }
.clear { clear: both; }

p, .text {
	margin-top: 0;
	color: #202020;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

li, ul, ol 
{
	margin-top: 0;
	color: #202020;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.indexList li 
{
    font-size: 9px;
}
 
.error{
	color: #ff0000;
}

.faqQuestion{
	font-style:italic;
	font-weight:bold;
}

form {
	margin: 0;
}

HR {
	border: none;
	background-color: #DFDFDF;
	color: #DFDFDF;
	height: 1px;
	width: 100%;

}

h1, h2, h3, h4 {
	margin-top: 0;
}

h1 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

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

h3 {
	font-size: 12px;
}

.imageBorder{
 border: solid 3px #FFFFFF;
}

.submit {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	color:#EEEEEE;
	background-color:#0087C7;
	border-style:solid;
	border-width:1px;
	border-color: #FFFFFF;
}

.inputstyle {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#333333;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#DFDFDF;
	padding: 1px;
	margin: 1px;
}

#footer {
	font-family: Verdana, Arial;
/*
	position: absolute;
	position:fixed;
*/
	bottom: 0;
	width: 100%;
	background-color: #F3F3F3;
	color: #656565;
	font-size: 9px;
	height: 40px;
	text-align: center;

}
.newsbr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.dark {
	background-color: #eee;
}

.light {
	background-color: #fff;
}

.tdHead {
	background-color: #ccc;
}
