HTML 
{
	overflow: auto;
}
BODY
{
	margin: 0px 0px 0px 0px;
	background: url('/images/home_bg.jpg') no-repeat center top;
	padding: 0;
	border: 0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#000000;
}

BODY, TABLE, TR, TD, TH, TEXTAREA, SELECT, FONT, OPTION, SPAN, UL, OL, P, DD, DL, DT, INPUT, BUTTON, FORM, A
{
	font-size: 13px;
	line-height: 19px;
}
UL
{
	margin-top: 0px;
	margin-bottom: 0px;
}
LI
{
	margin-top: 0px;
	margin-bottom: 5px;
}
SMALL
{
	font-size: 10px;
	line-height: 16px;
}
BIG
{
	font-size: 18px;
	line-height: 24px;
}
B, STRONG
{
	font-weight: bold;
}
H1
{
	font-size: 25px;
	line-height: 31px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 8px; 
	text-decoration: none;
}
H2
{
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 8px; 
	text-decoration: none;
}
H3, H4, H5, H6
{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 8px; 
	text-decoration: none;
}
P
{
	margin-top: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;
}
P.BLURB
{
	font-style: italic;
	font-weight: bold;
}
A:LINK
{
	text-decoration: none;
	color: #0000ff;
}
A:VISITED
{
	text-decoration: none;
	color: #61008a;
}
A:HOVER
{
	text-decoration: underline;
}
A:VISTED:HOVER
{
	color: #61008a;
	text-decoration: underline;
}
A:FOCUS
{
	outline: none;
}
OPTION[SELECTED]
{
	font-weight: bold;
}
TABLE.SPOTLIGHT {
	border-width: 0px;
	border-spacing: ;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
}
TABLE.SPOTLIGHT TD {
	border-width: 2px;
	padding: 5px;
	border-style: solid;
	border-color: #1B0069;
	-moz-border-radius: ;
}
A.SPOTLIGHT
{
	text-decoration: none;
	color: #FFFFFF;
}
A.SPOTLIGHT:VISITED
{
	text-decoration: none;
	color: #FFFFFF;
}
A.SPOTLIGHT:HOVER
{
	text-decoration: underline;
	color: #FFFF99;
}
A.SPOTLIGHT:FOCUS
{
	outline: none;
}

div.scroll 
{
	width: 660px;
	overflow: auto;
	overflow-y: hidden;
	-ms-overflow-y: hidden;
}
