/* CSS Document */

body {
	background-color: #990000;
	font-family: "Century Gothic";
	color: #eae5cf;
}

a:link {
	color: #eae5cf;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #eddb8b;
	text-decoration: none;
		font-weight: bold;
}
a:visited {
	color: #eae5cf;
	text-decoration: none;
		font-weight: bold;
}

a.sub:link {
	color: #b5b790;
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}
a.sub:hover {
	color: #ff0000;
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}
a.sub:visited {
	color: #b5b790;
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}

.lightred_bullet_large {
	color: #e51717;
	font-size: large;
}

.lightred_bullet_xlarge {
	color: #e51717;
	font-size: x-large;
}

td.footer_text {
	font-size: small;
	color: #b5b790;
	vertical-align: bottom;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.top_links {
	font-size: medium;
}

td.top_links_space {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 50px;
}

