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

BODY, P, DIV, TD, TH, H1, H2, H3, H4, H5, H6, INPUT, TEXTAREA, SELECT, OPTION
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #392d28;
}

BODY, P, DIV, TD, TH, H1, H2, H3, H4, H5, H6
{
	margin: 0px;
	padding: 0px;
}

IMG, TABLE
{
	border: none;
}

TD, TH
{
	text-align: left;
}

FORM
{
	display: inline;
}

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

.a
{
	color: #003366;
}

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

.nav
{
	color: #6d6b63;
}

A.nav:link, A.nav:visited
{
	color: #6d6b63;
	text-decoration: none;
}
	
A.nav:hover, A.nav:visited:hover
{
	color: #8d2b02;
	text-decoration: underline;
}

.whitelinks
{
	color: #ffffff;
}

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

.titlelinks
{
	color: black;
	font-weight: bold;
}

A.titlelinks:link, A.titlelinks:visited
{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
	
A.titlelinks:hover, A.titlelinks:visited:hover
{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.times
{
	font-family: "Times New Roman", Times, serif;
}
