HTML
{
  overflow: -moz-scrollbars-vertical !important;
}

BODY, P, DIV, TD, TH, INPUT, TEXTAREA, OPTION
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #003a5f;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
H1, H2, H3, H4, H5, H6
{
	margin:0;
	padding:0;
	color: #003a5f;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
H1
{
	font-size: 20px;
}
H2
{
	font-size: 18px;
}
H3
{
	font-size:16px;
}
H4
{
	font-size:14px;
}
TD, TH
{
	text-align: left;
}

TABLE, IMG
{
	border: none;
}

FORM
{
	display: inline;
}

BODY
{
	background-color: black;
	margin: 0px;
}

A:link, A:visited
{
	color: #ffffff;
	text-decoration: none;
}
	
A:hover, A:visited:hover
{
	color: black;
	text-decoration: underline;
}

A.rowA:link, A.rowA:visited
{
	font-size: 12px;
	color: black;
	text-decoration: underline;
}

A.rowA:hover, A.rowA:visited:hover
{
	font-size: 12px;
	color: black;
	text-decoration: none;
}
TD.rowA
{
	text-align: center;
	font-size: 12px;
	background-color:#e0e6f3; /*#b5d8ad; */
	color: black;
	padding: 2px;
}
TD.rowB
{
	text-align: center;
	font-size: 12px;
	background-color:#b9c5e4; /* #d9e9d3; */
	color: black;
	padding: 2px;
}

TD.rowA-sm
{
	text-align: center;
	font-size: 10px;
	background-color:#e0e6f3; /* #b5d8ad; */
	color: black;
	line-height: 13px;
	white-space:nowrap;
	padding: 2px;
}

TD.rowB-sm
{
	text-align: center;
	font-size: 10px;
	background-color:#b9c5e4; /*  #d9e9d3; */
	color: black;
	line-height: 13px;
	white-space:nowrap;
	padding: 2px;
}

A.subnav:link, A.subnav:visited
{
	color: white;
	text-decoration: none;
}

A.subnav:hover, A.subnav:visited:hover
{
	color: #f2823d;
	text-decoration: none;
}

A.heading:link, A.heading:visited
{
	color: #003a5f;
	text-decoration: none;
}

A.heading:hover, A.heading:visited:hover
{
	color: #f2823d;
	text-decoration: none;
}

A.whitelink:link, A.whitelink:visited
{
	color: #ffffff;
	text-decoration: underline;
}

A.whitelink:hover, A.whitelink:visited:hover
{
	color: #ffffff;
	text-decoration: none;
}

A.content:link, A.content:visited
{
	color: #003a5f;
	text-decoration: underline;
}

A.content:hover, A.content:visited:hover
{
	color: #003a5f;
	text-decoration: underline;
}
li, ol, ul
{
	margin:0 0 0 8px;
	padding:0;
}
p.desc {
	font-size:12px;
	font-weight:normal;
	padding:8px;
	text-align:left;
}
a.desc {
	color: #003a5f;
	text-decoration:underline;
}
a.desc:hover {
	text-decoration:none;
}
div#content {
	margin: 20px 20px 8px 20px;
	padding:4px;
	background-color:#fff;
}
div#content p {
	font-size:12px;
	font-weight:normal;
	padding-bottom:10px;
}