h1, h2, h3, h4 {
	font-family : "Verdana", "Tahoma", "Arial";
}

h1 {
	font-size : 14pt;
	font-weight : bold;
	color : #009999;
	margin-top : 0;
	margin-bottom : 0;
}

h2 {
	font-size : 12pt;
	font-weight : bold;
	color : #990000;
}

h3 {
 	font-size : 10pt;
 	font-weight : bold;
 	color : #990000;	
}


p, body  {
	font-size : 10pt;
	color : #000000;
	font-family : "Verdana", "Tahoma", "Arial", "sans-serif";
}

TD {
	font-size : 10pt;
	color : #000000;
	font-family : "Verdana", "Tahoma", "Arial", "sans-serif";
}

ul, ol {
	font-family : "Verdana", "Tahoma", "Arial", "sans-serif";
	font-size : 10pt;
	color : #000000;
}

LI {
	font-family : "Verdana", "Tahoma", "Arial", "sans-serif";
	font-size : 10pt;
	color : #000000;
}

A  {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #990000;
	text-decoration: underline;
}

A:Visited  {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #990000;
}

A:Active  {
	color : #990000;
	text-decoraton : underline;
}

A:Hover  {
	text-decoration : none;
	font-weight : bold;
}

.menu {
	font : bold 11pt Verdana, Tahoma, Arial, sans-serif;
	line-height : 22px;
}

.menu a, .menu a:link, .menu a:active, .menu a:visited {
	display : block;
	background : #FFFFFF;
	color : #990000;
	text-decoration : none;
}

.menu a:hover {
	background : #009999;
	color : #FFFFFF;
	cursor : pointer;
	text-decoration : none;
}

.header  {
	font-family : Verdana;
	font-weight : normal;
	color : #FAFAFF;
	font-size : 10pt;
}

.nav {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 8pt;
	margin-top : 4pt;
	margin-bottom : 4pt;
}

.button {
	background-color: #009999;
	color: #f0f0f0;
	font-weight: bold;
}

.field {
	font-family : "Courier New";
	font-size : 10pt;
	color : #000000;
	font-weight : normal;
}

#info {width:750px; padding-bottom:10px; background:#fff;}

