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: #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: #94cfef;
/* 	color: #4B90E4; */
	line-height: normal; 
	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:#66FF00; background-color: transparent;
}
a:link{
	color:#66FF00; background-color: transparent;
}
a:visited{
	color:#66FF00; background-color: transparent;
}
a:hover{
	color: red; font-weight: bold; font-style: italic; background-color: white;
}
small{
	font-size: 11px;
	font-weight: bold; 
}
p{
	text-align: left; 
	text-indent: 30px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;

}
p.g{
	text-align: left; 
	text-indent: 30px;
	margin-top: 1em;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
}
p.c{
	text-indent: 0;
	text-align: center; 
	margin-bottom: 0;
}
p.footer{
	text-indent: 25px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
}
p.copy{
	text-align: center; 
	text-indent: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
}
p.disclaimer { 
	text-align: left; 
	text-indent: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
	color: #999999; 
}
h1
{
	color:#AEA991;	
}
h2
{
	color:#AEA991;	
}
