@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #330000;
	background-image: url(../IMAGES/Bkgrnd05.jpg);
	background-repeat: repeat;
}
a:link {
	text-decoration: underline;
	color: #003300;
}
a:visited {
	text-decoration: underline;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
a:active {
	text-decoration: underline;
	font-weight:300;
	color: #003300;
}

h1 {
	font-size: 16px;
	color: #003300;
	font-weight: bolder;
}
h2 {
	
	font-size: 14px;
	color: #000066;
	font-weight: bolder;
}
.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-color: #330000;
	padding-left: 10px;
	line-height: 1.5em;
}
.highlight {
	font-weight: bold;
}
.printxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
