html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(bg_grad-gray.jpg);
	background-color: #5E5E5E;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
	line-height: 17px;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff6600;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: normal;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #ff6600;
}
.subTitle {
	font-size: 110%;
	font-weight: bold;
	color: #336699;
}
.quote {
	color: #336699;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 2px;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 160%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff6600;
}
a:link {
	color: #000099;
}
a:visited {
	color: #336699;
}
a:hover {
	color: #CC0000;
}
.seoText {
	font-size: 12px;
	color: #CCCCCC;
}
.seoText a:link {
	color: #CCCCCC;
}
.seoText a:visited {
	color: #CCCCCC;
}
/* 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 10px;
width: 135px;
background-color: #333333;
border-bottom: 1px solid #999999;
}

#navcontainer a:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#navcontainer a:visited
{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
#navcontainer a:hover
{
	background-color: #000000;
	color: #fff;
	font-size: 12px;
}
#navcontainer #currentpage a {
	background-color: #000000;
	color: #fff;
	font-size: 12px;
}
/* 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-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.moreInfo {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
#btmLinks {
	line-height: 18px;
}
.black {
	color: #000000;
}
.red {
	color: #FF0000;
}
.black14 {
	font-size: 14px;
	color: #000000;
}
