/* CSS Document */
body { 
	color: #000000;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	margin-top: 20px;
	scrollbar-face-color: #083c6b;
	scrollbar-highlight-color: Silver;
	scrollbar-3dlight-color: #083c6b;
	scrollbar-shadow-color: Silver;
	scrollbar-darkshadow-color: #083c6b;
	scrollbar-track-color: White;
	scrollbar-arrow-color: White;}
		
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #003368; 
	margin: 10px 0;
}
h1 { font-size: 1.6em; line-height:1.5em;}
h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; color:#1252ac; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
h6 { font-size: 1.2em; margin: 0; }

a { color: #000000; text-decoration: underline; font-weight: bold; }
a:hover { text-decoration: none; }
a:visited { color: #000000; }
form { margin: 0; }
input.text { border: 1px solid #666666; }
label.topLabel { display: block; }

/* toolbox */
.absmiddle { vertical-align: middle; }
.clearLeft { clear: left; height:20px;}
.linebreak { clear: both; padding: 10px 0; text-align: center;}
.nowrap { white-space: nowrap; }
.justClearMe {
	clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;}

li {
	list-style-image:url(../images/moreicon.gif);
	line-height: 150%; 
	font-weight:bold; 
}

