HTML
{
  overflow: -moz-scrollbars-vertical !important;
}

BODY, P, DIV, TD, TH, INPUT, TEXTAREA, OPTION, H1, H2, H3, H4, H5, H6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0px;
	padding: 0px;
}

.login_box { 
	border-left: 1px #e7e7e7 solid;
	border-top: 1px #929292 solid;
	border-right: 1px #e7e7e7 solid;
	border-bottom: 1px #e7e7e7 solid;
	font-size: 11px; 
	padding: 1px; 
	height: 13px
}

.flat_box { 
	border: 1px #808080 solid;
	font-size: 11px; 
	padding: 1px; 
}

.border_less { 
	border: none;
	font-size: 11px; 
	padding: 0px;
	height: 13px;
}

TD, TH
{
	text-align: left;
}

A:link, A:visited
{
	color: #333333;
	text-decoration: underline;
}
	
A:hover, A:visited:hover
{
	color: #666666;
	text-decoration: none;
}

.subnav
{
	color: #666666;
	text-decoration: none;
}

A.subnav:link, A.subnav:visited
{
	color: #666666;
	text-decoration: none;
}
	
A.subnav:hover, A.subnav:visited:hover
{
	color: #333333;
	text-decoration: none;
}

.nav
{
	color: #666666;
	text-decoration: none;
}

A.nav:link, A.nav:visited
{
	color: #666666;
	text-decoration: none;
}
	
A.nav:hover, A.nav:visited:hover
{
	color: #333333;
	text-decoration: none;
}

.subnav2
{
	color: #232e7a;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

A.subnav2:link, A.subnav2:visited
{
	color: #232e7a;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
	
A.subnav2:hover, A.subnav2:visited:hover
{
	color: #181f53;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

.sitemap
{
	text-decoration: none;
	color: black;
}

A.sitemap:link, A.sitemap:visited
{
	text-decoration: none;
	color: black;
}
	
A.sitemap:hover, A.sitemap:hover
{
	text-decoration: underline;
	color: black;
}

.quote
{
	font-family: times new roman;
	color: white;
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
}

.heading
{
	font-size: 15px;
	font-weight: bold;
	color: #232e7a;
}

.subheading
{
	font-size: 13px;
	font-weight: bold;
	color: #232e7a;
}

h1
{
	font-size: 15px;
	font-weight: bold;
	color: #232e7a;
}