/* Body and General Tags */

html, body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #666666;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}

td {
	text-align: left;
	border-width: 0px;
	margin: 0px;
}

table.wrapper {
	width: 920px;
}

/* Images */

img {
	border: 0px;
}

img.alignright {
	border: 0px;
	margin-left: 30px;
	margin-bottom: 30px;
}

table a {
	border-bottom: none;
}

/* Links */

a {
	color: #999999;
	border-bottom: dotted 1px #CCCCCC;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Navigation Headers and Links */

.navlinks {
	font-size: 17px;
	color: #FFFFFF;
	letter-spacing: -1px;
	text-align: center;
	line-height: 35px;
	text-transform: uppercase;
}

a.navlinks:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.navlinks:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.navlinks:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.navlinksactive {
	font-size: 17px;
	color: #818181;
	letter-spacing: -1px;
	text-align: center;
	line-height: 35px;
	text-transform: uppercase;
}

a.headerlink:link a.headerlink:visited a.headerlink:active a.headerlink:hover {
	font-size: 12px;
	color: #999999;
	text-align: center;
	text-decoration: none;
	border-bottom: 0px;
}

.headerlink {
	font-size: 12px;
	color: #999999;
	padding-bottom: 20px;
	text-align: center;
}

/* Body Copy */

.bodycopy {
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: normal;
}

.bodycopy2 {
	color: #FFFFFF;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: normal;
	font-weight: lighter;
}

.copyright {
	padding-top: 10px;
	font-size: 9px;
	color: #999999;
	text-align: center;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

/* Headers */

h1 {
	background: url(images/title.gif) no-repeat top center;
	height: 52px;
	width: 920px;
	display: block;
	text-indent: -9999px;
}

h2 {
	font-size: 12px;
	color: #999999;
	padding-bottom: 20px;
	text-indent: -999999px;
	position: absolute;
	top: 0;
}

h3 {
	color: #FFFFFF;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 8px;
	text-transform: uppercase;
}

/* Layout */

td.title {
	padding-bottom: 10px;
}

td.textbox {
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: normal;
}

.description {
	text-indent: -99999px;
}
a.activelink, a.activelink:visited { color: #909090 !important; }