/*----------Text Styles----------*/
BODY {
	background-color: black;
	padding: 0;
	font-size: 12pt;
	font-family: Times New Roman, serif;;
	font-style: normal;
	font-weight: normal;
	font-color: antiquewhite;
	SCROLLBAR-FACE-COLOR: black;
	SCROLLBAR-3DLIGHT-COLOR: black;
	SCROLLBAR-HIGHLIGHT-COLOR: black;
	SCROLLBAR-SHADOW-COLOR: black;
	SCROLLBAR-DARKSHADOW-COLOR: black;
	SCROLLBAR-BASE-COLOR: black;
	SCROLLBAR-ARROW-COLOR: gold;
	SCROLLBAR-TRACK-COLOR: black;
}
h1 {
font-family: Times New Roman, serif;
margin: 0 0 15px 0;
padding: 0;
color: antiquewhite;
}
h2 {
font-family: Times New Roman, serif;
margin: 0 0 5px 0;
padding: 0;
color: antiquewhite;
}
h3 {
font-family: Times New Roman, serif;
margin: 0 0 5px 0;
padding: 0;
color: antiquewhite;
}

p {
font-family: Times New Roman, serif;
line-height: 1.1em;
margin: 0 0 16px 0;
padding: 0;
color: antiquewhite;
}

td {
font-family: Times New Roman, serif;
font-size: 10pt;
color: antiquewhite;
line-height: 1.1em;
margin: 0 0 16px 0;
padding: 0;
}

a { 
 	text-decoration: none;
 	font-family: Times New Roman, serif;
 	font-size: 10pt;}
 	
a:link, a:visited {color:gold; font-weight:normal;}
a:active {color:antiquewhite; font-weight:bold;}
a:hover {color:white; font-weight:bold;}


