BODY { 
  margin: 0px;
  padding: 0px;
  font-family: verdana,tahoma,geneva,arial,helvetica,sans-serif;
  font-size :12pt;;
  line-height: 1.1;
  background: white;
  color: black; 
}

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, FORM, DL { 
  display: block }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
IMG, SPAN { display: inline }

LI {
	display: list-item;
	margin : 0px 10px 5px 0px;
	padding: 5px;
	list-style-position : outside;
	margin-left: 1em 
}

H1, H2, H3, H4 { margin-top: .5em; margin-bottom: .5em }
H1 { text-align: left }
H1, H2 { font-weight: bold }


H1 { font-size: 24px }
H2 { font-size: large }
H3 { font-size: Medium }

H1 { color: black }
H2, H3 { color: #0000FF }
B, STRONG { font-weight: bolder }  /* relative to the parent */
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

PRE { white-space: pre }

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */
LI { margin-left: 0em }

HR { border-top: solid; color: black }        /* 'border-bottom' could also have been used */

a:link {
	color: #00319C;
	text-decoration: none;
}          /* unvisited link */
a:visited {
	color: #00319C;
	text-decoration: none;
}        /* visited links */
a:hover { color:#00319c; text-decoration: underline }
a:hover:visited{  	color: #00319C;
	text-decoration: underline;}
a:active { color: gray text-decoration: none; }        /* active links */

.smalltext {  font-size: 12px}

div.nav
{
	font-size: 22px;
	font-weight: bold;
	color: black;
	font-family: "Trebuchet MS";
	background-color : Gray;
	height : 30px;
	vertical-align : middle;
}

a.nav
{
	color: black;
	font-size: 22px;
	text-decoration: none;
	font-weight: bold;
}
a.nav:link
{
	color: black;
	text-decoration: none;
}
a.nav:active
{
	color: black;
	text-decoration: none;
	font-style: normal;
}
a.nav:visited
{
	color: black;
	text-decoration: none;
}

a.nav:hover
{
	color: #000000;
	text-decoration: underline;
	font-style: normal;
}

