html {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(bg_grad.jpg);
	background-attachment: fixed;
	background-color: #9BA7AD;
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 17px;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0000;
	text-align: left;
	line-height: normal;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}
h4 {
	font-size: 16px;
}
/* Sidebar Navigation */
#navcontainer { width: 150px; }

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

#navcontainer a
{
display: block;
padding: 5px 10px;
width: 130px;
background-color: #cc0000;
border-bottom: 1px solid #eee;
}

#navcontainer a:link
{
color: #EEE;
text-decoration: none;
}
#navcontainer a:visited
{
color: #EEE;
text-decoration: none;
}
#navcontainer a:hover
{
background-color: #000;
color: #fff;
}.seo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.floatRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
}
.floatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.fourteen {
	font-size: 14px;
}
.sixteen {
	font-size: 16px;
}
.eighteen {
	font-size: 18px;
}
.twelveRed {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.fourteenRed {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.sixteenRed {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.eighteenRed {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}

