/* Main Style Sheet */ 

BODY {background-color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
li {list-style-type: square; list-style-position: outside}
a:link {color: #FF0000}
a:active {color: #FF0000}
a:visited {color: #FF0000}
a:hover {
	color: #990000;

}
a {font-family: "Courier New", Courier, mono; font-size: 12pt; color: #FF0000; text-decoration: none}
.header {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-weight: normal;
}
.section {font-family: "Courier New", Courier, mono; font-size: 12pt; color: #FFFFFF; background-color: #000000; margin-top: 10px}
.indent {margin-left: 30px}
 
