/* Stylesheet.css */

/* Body text and page background */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #990000;
}

html {
	overflow-y: scroll;
}

h2 {	
	color: #990000;
}

h3 {	
	color: #000099;
}


h4 {	
	color: #000099;
}

.bold {
	font-weight: bold;
}


.blue {
	color: #000099;
}

.ninept {
	font-size: 9pt;
}

.boldred14 {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}


/* Black 8 pt */

.eightpt {
	font-size: 8pt;
}

.italics {
	font-style:italic;	
}

.italicblue {
color: #000099;
font-style:italic;
}


/* Hyperlinks */
a:link{
color:#000099;
text-decoration: none;
}
a:visited{
color:#990000;
text-decoration: none;
}

a:hover{
text-decoration:underline;
}

a:active{
text-decoration:underline;
} 
