body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #5E5E5E;
	font-size: 12px;
	background-image: url(bg_grad-gray.jpg);
	background-attachment: fixed;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;
	line-height: 17px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #990000;
}
.subTitle {
	font-size: 110%;
	font-weight: bold;
	color: #990000;
}
.quote {
	color: #666666;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
}
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #0033CC;
}
.copyright {
	color: #CCCCCC;
	font-size: xx-small;
}
h1, h2, h3 {
	color: #990000;
	line-height: normal;
	font-weight: normal;
}
h1 {
	font-size: 20px;
}
.black {
	color: #000000;
}
.seoText {
	font-size: 12px;
	color: #CCCCCC;
}
.seoText a:link {
	color: #666666;
}
.seoText a:visited {
	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: #cb9e58;
	border-bottom: 1px solid #000000;
}

#navcontainer a:link
{
	color: #000000;
	text-decoration: none;
}
#navcontainer a:visited
{
	color: #000000;
	text-decoration: none;
}
#navcontainer a:hover
{
	background-color: #000000;
	color: #fff;
}
#active a:link a:visited a:hover
{
background-color: #598890;
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;
}
.moreInfo {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
