/* CSS Document */
body 
{
background-color: black; 
color: #ffffcc; 
font-size: 7.5pt; 
font-style: normal; 
font-weight: normal; 
margin-left: 0px; 
font-family: verdana,arial,helvetica
}


h1 
{
color: #ffffcc; 
font-size: 24pt; 
font-style: normal; 
font-weight: normal; 
margin-left: 0px; 
font-family: arial,helvetica
}


h2 
{
color: #ff9933; 
font-size: 10pt; 
font-style: normal; 
font-weight: bold; 
margin-left: 0px; 
font-family: verdana,arial,helvetica
}


h3 
{
color: #ff9933; 
font-size: 7.5pt; 
font-style: normal; 
font-weight: normal; 
margin-left: 0px; 
font-family: verdana,arial,helvetica
}


h4 
{
color: #ff9933; 
font-size: 7.5pt; 
font-style: normal; 
font-weight: bold; 
margin-left: 0px; 
font-family: verdana,arial,helvetica
}


h5 
{
color: #ffcc66; 
font-size: 7.5pt; 
font-style: normal; 
font-weight: normal; 
margin-left: 0px; 
font-family: verdana,arial,helvetica
}


p 
{
color: #ffffcc; 
font-size: 7.5pt; 
font-style: normal; 
font-weight: normal; 
margin-left: 0px; 
font-family: verdana,arial,helvetica
}

input 
{ 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 7.5pt;
color: #000000;
border-color: #777777;
border-width: 1px;
padding: 0px;
margin: 0px;
background-color: #ffffcc;
}


.normal
{
font-style: normal; 
}


.italic
{
font-style: italic; 
}


.bold
{
font-weight: bold; 
}


.highlight
{
color: #ff9933; 
}


.subheading 
{
color: #ff9933;
font-size: 10pt; 
font-weight: bold; 
}


a:link {
	color: #cc3300;
	text-decoration: none;
	font-weight: normal
}
a:visited {color: #cc3300; 	text-decoration: none; font-weight: normal}
a:active {color: #cc3300; text-decoration: underline; font-weight: normal}
a:hover {color: #ff0000; text-decoration: underline; font-weight: normal}
