/* Stylesheet.css */

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






.redbold {
	color:#FF0000;
	font-weight: bold;
}

.purplebluebold {
	color:#330099;
	font-weight: bold;
}
.bluebold {
	color:#0000ff;
	font-weight: bold;
}

.eightpt {
	font-size: 8pt;
}

.ninept {
	font-size: 9pt;
}

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

.bold {
	font-weight: bold;
}

.boldten {
		font-weight: bold;
}

.boldfourteen {
		font-size: 14pt;
		font-weight: bold;
}

.blueboldfourteen {
		color:#0000ff;
		font-size: 14pt;
		font-weight: bold;
}

.boldmaroon {
	font-size: 14pt;
	font-weight: bold;
	color:#800000;
}

.italic {
	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;
} 
