body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #09052F;
}

H1 { 
	font-family: Tahoma; 
	color: black; 
	font-size : 18pt; 
	display : inline;
}

H2 { 
	font-family: Tahoma; 
	color: black; 
	font-size : 16pt; 
}

H3 { 
	font-family: Tahoma; 
	color: black; 
	font-size : 14pt; 
}

H4 { 
	font-family: Tahoma; 
	color: black; 
	font-size : 12pt; 
}

p {
	font-family: Tahoma;
	color: black;
	font-size : 12pt;
}

b { 
	font-family: Tahoma; 
	color: black; 
	font-size : 12pt; 
}

i { 
	font-family: Tahoma; 
	color: black; 
	font-size : 12pt; 
}

table { 
	font-family: Tahoma; 
	color: black; 
	font-size : 12pt; 
}

li { 
	font-family: Tahoma; 
	color: black; 
	font-size : 12pt; 
}

hr {
	width: 85%;
	color: #FFFFFF;
}

a:link {
	color : #0000CC;
}

a:visited {
	color : #990066;
}

a:hover {
	color : #0000CC;
}

a:active {
	color : #0000CC;
}

img { border-color : #000000; }
    
.formfields  { 
	font-family: arial; 
	color: #000000; 
	font-size: 9pt; 
	width: 100px;
	border: 1px solid #000000; 
	padding-left: 2px; 
	padding-right: 2px; 
	background-color: #FFFFFF;
    background-image: url('images/formgrad.jpg'); 
    background-position: top; 
    background-repeat:no-repeat; }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
} 
