@charset "UTF-8";
body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: center;
	background-color: #9a0000;
	background-image: url(../images/system/backing.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #9a0000;
	text-decoration: none;

}
a:visited {
	color: #9a0000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	text-shadow:#000000;
}
a:active {
	color: #9a0000;
	text-decoration: none;
}
.navigation_bar a:link {
	color: #fbd500;
	text-decoration: none;

}
.navigation_bar a:visited {
	color: #fbd500;
	text-decoration: none;
}
.navigation_bar a:hover {
	color: #9a0000;
	text-decoration: none;
	text-shadow:#000000;
}
.navigation_bar a:active {
	color: #fbd500;
	text-decoration: none;
}
.footertext a:link, .footertext2 a:link {
	color: #fbd500;
	text-decoration: none;

}
.footertext a:visited, .footertext2 a:visited {
	color: #fbd500;
	text-decoration: none;
}
.footertext a:hover, .footertext2 a:hover {
	color:#000000;
	text-decoration: none;
	text-shadow:#000000;
}
.footertext a:active, .footertext2 a:active {
	color: #fbd500;
	text-decoration: none;
}
.content {
	background-color: #FFFFFF;
	color:#000000;
	padding: 0px;
}
.padded_content {
	background-color: #FFFFFF;
	color:#000000;
	padding: 10px;
}
.navigation_bar {
	text-align: center;
	color:#FFFFFF;
	background-color:#000000;
	padding: 8px;
	font-size: 12px;
}
h1 {
	color: #fbd500;
	font-size: 12px;
}
.footertext {
	text-align: center;
	color:#000000;
	font-size: 9px;
}
.footertext2 {
	text-align: center;
	font-size: 10px;
}
.redhead {
	font-size: 12px;
	color: #9a0000;
}
