/*  BODY */ 
	body { margin-top: 0px; margin-left: 0px; }
	H1{ font-family: Arial, Helvetica; color: black; font-size : 18pt; }
	H2{ font-family: Arial, Helvetica; color: black; font-size : 16pt; }
	H3{ font-family: Arial, Helvetica; color: black; font-size : 14pt; }
	H4{ font-family: Arial, Helvetica; color: black; font-size : 12pt; }
	p { font-family: Arial, Helvetica; color: black; font-size : 10pt; }
	table { font-family: Arial, Helvetica; color: black; font-size : 10pt; }
	li { font-family: Arial, Helvetica; color: black; font-size : 10pt; }

    a:link { color : #054F7C; }
    a:visited { color : #743229; }
    a:hover { color : #743229 }
    a:active { color : #054F7C }
    
    	/* ScrollBar Colors */
 	scrollbar-face-color: #064E7E; /* color of the scroll block face */
 	scrollbar-shadow-color: #ccccff; /* don't need to change color for the dark shadow of the 3D look */
 	scrollbar-highlight-color: #ccccff; /* don't need to change color for the light shadow of the 3d look */
 	scrollbar-3dlight-color: #99ccff; /* don't need to change color for the light shadow of the 3d look on the scroll block */
 	scrollbar-darkshadow-color: #000000; /* don't need to change color for the drop shadow behind scroll block */
 	scrollbar-track-color: #cadef0; /* background color */
 	scrollbar-arrow-color: #000033;  /* arrow colors when active */

    img { border-color : #000000; }
    
    /* Form Properties */
	/* Submit Button */
	.buttonSubmit {
 	color:black; /* font color */
 	background-color: #cadef0; /* button background color */
 	font-size: 1.0em; /* font size */
 	border: 3px solid #064E7E; /* button border color */
 	padding: 1px; /* spacing between text and button border */
	}
	/* Reset Button */
	.buttonReset {
 	color:black; /* font color */
 	background-color: #cadef0; /* button background color */
 	font-size: 1.0em; /* font size */
 	border: 3px solid #064E7E; /* button border color */
 	padding: 1px; /* spacing between text and button border */
 	 /* END BODY */
	}
	/* End Form Properties */