/* Stylesheet.css */

/* Body text and page background */
body {
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	color: #000000;
	background-image:url(images/stripegreen2.png);
	background-color: #ffffff;
	margin: 0;
	padding: 0;	
}

.bold {
		font-weight: bold;
}

.italic {
	font-style: italic;
}
/* Chuck Colors */




/* Black 8 pt */

.eightpt {
	font-size: 8pt;
}

.eightptbold {
	font-size: 8pt;
	font-weight: bold;
}
/* Black 10 pt BOLD */



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

.burgundyten {
	font-weight: bold;
	color: #990000;
}

.burgundytwelve {
	font-size: 12pt;
	font-weight: bold;
	color: #990000;
}

.burgundytwelveul {
	font-size: 12pt;
	font-weight: bold;
	color: #990000;
	text-decoration :underline;
}



/* Hyperlinks */
a:link{
color:#006633;
font-weight:bold;
text-decoration: none;
}
a:visited{
color:#990000;
text-decoration: none;
}

a:hover{
text-decoration:underline;
}

a:active{
text-decoration:underline;
} 
