body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	text-decoration: underline;
}
a:link.side {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited.side {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover.side {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF0000;
	text-decoration: underline overline;
	font-weight: bold;
}
a:link.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8pt;
}
a:visited.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8pt;
}
a:hover.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: underline;
	font-size: 8pt;
}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #FFFFFF;
}

.copy {
	font-size: 8pt;
}
.sm {
	font-size: 9pt;
}
.lg {
	font-size: 11pt;
}
.lgr {
	font-size: 12pt;
}
.bg {
	font-size: 13pt;
}
.bgr {
	font-size: 14pt;
}
.red {
	color: #FF0000;
}
.bld {
	font-weight: bold;
}


.LTtopBG {
	background-image: url(../images/topLT_BG.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
.LTbodyBG {
	background-color: #0F0F0F;
	background-image: url(../images/midLT_BG.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
.bodyBG {
	background-color: #0F0F0F;
	background-image: url(../images/midBODY_BG.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.RTbodyBG {
	background-color: #0F0F0F;
	background-image: url(../images/midRT_BG.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.LTfootBG {
	background-image: url(../images/botLT_BG.gif);
	background-repeat: repeat-x;
	background-position: right;
}


