	
body#page           { /* Page Body */
	background-color: #000000;
	} 
                    { /* All Elements */
	
	}
	
p, td {
font-family : courier new, helvetica;
	font-size : 10pt;
	color : #530000;
    padding : 0px;

	}	

a:link              { /* Document Links */
	color           : #305073;
	font-weight: bold;
	text-decoration : none;
	}
a:visited           { /* Visited Links */
	color           : #305073;
	font-weight: bold;
	text-decoration : none;
	}
a:hover             { /* Hover Links */
	color           : #4573a5;
	font-weight: bold;
	text-decoration : underline;
	}
a:active            { /* Active Links */
	color           : #305073;
	font-weight: bold;
	text-decoration : none;
	}
	
.smalltext {
	font-size: 8pt;
	color: #530000;
}
	
ol,ul               { /* All Lists */
	color			: #94AE70;
	margin          : 1em;
	padding-left    : 2em;
		font-family		: Courier New, Arial, Helvetica;
	font-size		: 10pt;
	}
	
	.textareafield {
		width: 400;
		height: 300;
	}