HTML
{
	overflow-y: scroll !important;
	overflow-x: auto !important;
}

BODY, DIV, TD, TH, H1, H2, H3, H4, H5, H6, INPUT, TEXTAREA, SELECT, OPTION
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: white;
}

BODY, DIV, TD, TH, H1, H2, H3, H4, H5, H6, INPUT, TEXTAREA
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

INPUT, TEXTAREA, SELECT, OPTION
{
	color: black;
}

BODY
{
	background-color: white;
}

IMG, TABLE
{
	border: none;
}

FORM
{
	display: inline;
}

.link
{
	cursor: pointer; cursor: hand;
}

.float
{
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
}

.floatlink
{
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	cursor: pointer; cursor: hand;
}

.a
{
	color: white;
}

A:link, A:visited
{
	color: white;
	text-decoration: underline;
}
	
A:hover, A:visited:hover
{
	color: white;
	text-decoration: underline;
}

.nav
{
	color: #404040;
}

SPAN.nav
{
	color: #579fd2;
	text-decoration: underline;
}

A.nav:link, A.nav:visited
{
	color: #404040;
	text-decoration: none;
}
	
A.nav:hover, A.nav:visited:hover
{
	color: #579fd2;
	text-decoration: none;
}

.graylink
{
	color: #838484;
}

A.graylink:link, A.graylink:visited
{
	color: #838484;
	text-decoration: none;
}
	
A.graylink:hover, A.graylink:visited:hover
{
	color: #838484;
	text-decoration: underline;
}

.subnav
{
	color: #606060;
}

A.subnav:link, A.subnav:visited
{
	color: #606060;
	text-decoration: none;
}
	
A.subnav:hover, A.subnav:visited:hover
{
	color: #606060;
	text-decoration: underline;
}

.images
{
	color: #ffffff;
}

A.images:link, A.images:visited
{
	color: #ffffff;
	text-decoration: none;
}
	
A.images:hover, A.images:visited:hover
{
	color: #ffffff;
	text-decoration: none;
}

.content
{
	line-height: 16px;
}