body {	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #006633;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-size: 24pt;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #006633;
	font-weight: bold;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.mainlinks a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	color: #CC0000;
	text-decoration: underline;
}

.mainlinks a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

.mainlinks a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	text-decoration: none;

}
