/* CSS Document */

table, tr, td						{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #333; line-height: 125%; }
p, div, ul, li						{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #333; line-height: 125%; }
.blacksmall{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;
color:#333}
li									{
	list-style-position: outside;
	list-style-image: url(Images/li.jpg);
	list-style-type: none;
	line-height: 125%;
}
ol li								{ list-style: decimal; }
ul li								{
	list-style-position: outside;
	list-style-image: url(Images/li.jpg);
	list-style-type: none;
	line-height: 125%;
}
li									{ margin: 5px 0; }
/* Headings */
h1					{ font-family: Tahoma, "Book Antiqua", Arial; font-size: 24px; font-weight: bold; line-height: 115%; color: #3d6c87; border: none; vertical-align: top; width: 100%; margin-bottom: 10px; }
h2									{
	font-family: Tahoma, "Book Antiqua", Arial;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	color: #000000;
	border: none;
	text-transform: none;
}
h3					{ font-family: Tahoma, "Book Antiqua", Arial; font-size: 18px; font-weight: bold; line-height: 115%; color: #3d6c87; border: none; vertical-align: top; width: 100%; margin-bottom: 10px; }
.Normal								{ font-family: Arial, Helvetica, Verdana, Sans; font-size: 12px; font-weight: normal; color: #333; line-height: 120%; }
.Banner{
	color: #2B4B5E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
a:active,
a:visited,
a:link 								{
	background:transparent;
	color: #3d6c87;
	text-decoration: none;
	font-weight: 500;
}
.BlueStrong {
	font-weight: 700;
	color: #3d6c87;
}

a:hover								{
	background:transparent;
	color: #000000;
	text-decoration: underline;
	font-weight: 500;
}
.ContactInfo {
	background:#eeeeee;
	padding:5px 0px 10px 10px;
	text-align: left;
}
.InputLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align: left;
}
.TableHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:white;
	font-weight:bold;
	background:#3d6c87;
	margin-left:10px;
/*	padding:3px 3px 6px 6px;*/
	text-align: left;
}
.NormalSmall{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	margin-top: 0px;
}
.ContactUsFrm {
	border-right: #3d6c87 1px solid;
	border-top: #3d6c87 1px solid;
	border-left: #3d6c87 1px solid;
	border-bottom: #3d6c87 1px solid;
	border-collapse: collapse;
}
.frmSeparator
{
	background:#eeeeee;
	border-bottom:1px #3d6c87 solid;	
	height:2px;
}
