@charset "UTF-8";
body {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	background-image: url(images/gradientrepeat.jpg);
	background-repeat: repeat-x;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}
link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
.footerlink {
	color: #FFFFFF;
}
ul {
	list-style-type: disc;
}
.h3red {
	color: #660000;
	white-space: normal;
}
.linkintext {
	color: #660000;
}
.whitelinks {
	color: #FFFFFF;
}
.whitelinks a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.whitelinks a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
.whitelinks a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.whitelinks a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
}
.text a:link {
	color: #660000;
	text-decoration: underline;
}
.text a:visited {
	color: #999999;
	text-decoration: underline;
}
text a:hover {
	color: #999999;
	text-decoration: underline;
}
text a:active {
	color: #660000;
	text-decoration: underline;
}
