h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: Italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #990000;
	padding: 10px;
	text-decoration: none;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #990000;
	text-decoration: none;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #990000;
	text-decoration: none;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #990000;
	text-decoration: none;
}
h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #990000;
	text-decoration: none;
}
a:link		{ 
color: #990000;
text-decoration: none }

a:visited	{ color: #000000; text-decoration: none }

a:active	{ color: #333333; text-decoration: none }

a:hover		{ color: #666666; text-decoration: underline }

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	Text-align: Justify;
	Margin-left: 10px;
	Margin-right: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	Text-align: Justify;
	Margin-left: 10px;
	Margin-right: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.pagetitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: Italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #990000;
	padding: 5px;
	text-decoration: none;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	Text-align: left;
	Margin-left: 5px;
	Margin-right: 5px;
	font-variant: small-caps;
	font-style: italics;
	font-weight: bold;
	color: #900000;
	text-decoration: none;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #900000;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.list { 
    list-style-position: outside;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
 }

#container {
	align: center;
	BORDER-RIGHT: maroon 2px solid; PADDING-RIGHT: 10px; BORDER-TOP: maroon 2px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; MARGIN: 10px auto; BORDER-LEFT: maroon 2px solid; WIDTH: 732px; PADDING-TOP: 10px; BORDER-BOTTOM: maroon 2px solid;
}
body {
background-image: url(images/site/main_bg.gif);	background-attachment: fixed; background-repeat: no-repeat;background-position: center center; background-color: FFFFFF;
}