ADDRESS,
BLOCKQUOTE, 
BODY, DD, DIV, 
DL, DT, 
FIELDSET, FORM,
FRAME, FRAMESET,
H1, H2, H3, H4, 
H5, H6, IFRAME, 
NOFRAMES, 
OBJECT, OL, P, 
UL, APPLET, 
CENTER, DIR, 
HR, MENU, PRE   { display: block }
LI              { display: list-item }
HEAD            { display: none }
TABLE           { display: table }
TR              { display: table-row }
THEAD           { display: table-header-group }
TBODY           { display: table-row-group }
TFOOT           { display: table-footer-group }
COL             { display: table-column }
COLGROUP        { display: table-column-group }
TD, TH          { display: table-cell }
CAPTION         { display: table-caption }
TH              { font-weight: bolder; text-align: center }
CAPTION         { text-align: center }
body{
	background-color: black;
	background: #5E90AD url(images/bg_blueFade2.gif) top left repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold; 
	text-align: center;
	color: #FFCC00;
	line-height: 1.1em; 
	margin: 0px; 
	padding: 0px;
}
.class2 a:active{ 
	color: blue;
	font-weight: bold;
	background-color: transparent;
	font-weight:bold;
}
.class2 a:link{
	color: blue;
	font-weight: bold;
	background-color: transparent;
	font-weight:bold;
}
.class2 a:visited{
	color: blue;
	font-weight: bold;
	background-color: transparent;
	font-weight:bold;
}
.class2 a:hover{
	color: red; font-weight: bold; font-style: italic; background-color: white;
}
a:active{ 
	color:#A2D0F7;
	background-color:black;
	font-weight:bold;
}
a:link{
	color:#A2D0F7;
	background-color:black;
	font-weight:bold;
}
a:visited{
	color:#A2D0F7;
	background-color:black;
	font-weight:bold;
}
a:hover{
	color:red; font-weight:bold; font-style:italic; background-color:white;
}
H1{
	font-size: 40px;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic; 
	text-align: center;
}
H2{
	font-size: 18px;
	font-weight:bold;
}
small{
	font-size: 11px;
	font-weight:bold;
}
p{
	text-indent: 25px;
	text-align: left; 
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}
p.body{
	text-indent: 25px;
	text-align: left; 
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: bold;
}
p.l{
	text-indent: 0;
	text-align: left; 
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}
p.c{
	text-align: center; 
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font-weight:bold;
}
p.stb{
	text-indent: 0; margin-top: 0.83em;
}
p.mtb{
	text-indent: 0; margin-top: 2.17em;
}
p.ltb{
	text-indent: 0; margin-top: 3.08em;
}
p.footer{
	text-indent: 25px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
	font-weight:bold;
}
p.copy{
	text-align: center; 
	text-indent: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
	font-weight:bold;
}
p.disclaimer { 
	text-align: left; 
	text-indent: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
	color: #999999; 
}
#fullheight{
	height:80px;
}
#halfheight{
	height:23px;
}
UL.feature{
	font-family: "Times New Roman", Times, serif;
	font-style: italic; 
	margin-left: 20px;
	color:#fc0;
	font-weight: bold;
	font-size: 17px;
	margin-top: 0; 
	margin-bottom: 0;
	list-style-type:disc;
}
UL   {
	margin-top: 0px; 
	margin-bottom: 0px;
	list-style-type:disc;
}
