/* CSS Document */

body { 
	color: #000000;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; }
	
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #000000; 
	margin: 5px 0;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
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; }