html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-image: url(bg_gradGray.jpg);
	background-color: #A9A9A9;
	background-attachment: fixed;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #003366;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc6600;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: normal;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc6600;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc6600;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #336699;
}
a:hover {
	color: #cc6600;
}
#bottomLinks {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.seoText {
	font-size: 11px;
	color: #666666;
}
/* Sidebar Navigation */
#navcontainer { width: 150px; }

#navcontainer ul
{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#navcontainer a
{
display: block;
padding: 5px 5px 5px 15px;
width: 130px;
background-color: #2c587d;
border-bottom: 1px solid #71c9f1;
}

#navcontainer a:link
{
color: #FFFFFF;
text-decoration: none;
}
#navcontainer a:visited
{
color: #fff;
text-decoration: none;
}
#navcontainer a:hover
{
background-color: #000000;
color: #fff;
}
/* End of Sidebar Navigation */
.floatRight {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: right;
}
.floatLeft {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}.mainTable {
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
.moreInfo {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.center {
	text-align: center;
}
.lineHeight20 {
	line-height: 20px;
}
ul {
	list-style-type: square;
	line-height: 20px;
}
.subTitle {
	font-weight: bold;
	color: #cc6600;
}
.eleven {
	font-size: 11px;
}
