/* CSS Document */
<STYLE>
a:hover {
	color:#FFE0C1;
	text-decoration: underline;
}

body,td,th {
	font-size: 14px;
	color: #000000;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #990000;
}

.Title {
	font-family:Arial;
	font-size:18px;
	color:#990000;
	font-weight:bold;
}

.Header {
	font-family:Arial;
	font-size:16px;
	color:#990000;
	font-weight:bold;
}

.Body {
	font-family:Arial;
	font-size:14px;
	color:#990000;
}

.Accent {
	font-family:Arial;
	font-size:14px;
	color:#990000;
	font-weight:bold;
}

.Accent2 {
	font-family:Arial;
	font-size:14px;
	color:#990000;
	font-style:italic;
}

.Accent3 {
	font-family:Arial;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
}

.Subtext {
	font-family:Arial;
	font-size:12px;
	color:#990000;
}
.Link {
	font-family:Arial;
	color:#FFFFFF;
	font-weight:bold;
}

.Link:hover {
	color:#FFFFFF;
}
.Scrolltext {
	font-family:Arial;
	font-size:16px;
	color:#990000;
	font-style:italic;
	font-weight:bold;
}


</STYLE>

