/* Stylesheet.css */

/* Body text and page background */
body {
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #ffffff;
	padding: 0;
	
}



h2 {
	color: #006633;
}

h3 {	
	color: #993300;
}


h4 {
	color: #006633;
}

/* Black 8 pt */


.whitebold {
	color: #ffffff;
	font-weight: bold;
}
	
.greenbold {
	color: #006633;
	font-weight: bold;
}

.brown10ptbold {
		color: #930;
		font-weight: bold;
}

.brown12ptbold {
	font-size: 12pt;
	color: #930;
	font-weight: bold;
}
	
.sevenpt {
	font-size: 7pt;
}

.eightpt {
	font-size: 8pt;
}


.eightptbold {
	font-size: 8pt;
	font-weight: bold;
}

.ninept {
	font-size: 9pt;
}


.bold {
	font-weight: bold;
}

.12ptbold {
	font-size: 12pt;
	font-weight: bold;
}


.italics {
	font-style:italic;	
}



/* Hyperlinks */
a:link{
color:#0000cd;
text-decoration: none;
}
a:visited{
color:#990000;
text-decoration: none;
}

a:hover{
text-decoration:underline;
}

a:active{
text-decoration:underline;
} 
