@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(homepage/background.jpg);
	margin-top: 50px;
	background-repeat: repeat;
	color: #e2c963;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #e2c963;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #cdcdcd;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
}
.blue_text {
	color: #999;
}
a:link {
	color: #e2c963;
	text-decoration: none;
}
a:visited {
	color: #e2c963;
	text-decoration: none;
}
a:hover {
	color: #999;
}
a:active {
	color: #e2c963;
	text-decoration: none;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 25px;
	color: #e2c963;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
}
.gold_text {
	color: #e2c963;
}
.list {
	margin-top: -10px;
	font-weight: bold;
}
.listheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-indent: 85px;
	vertical-align: bottom;
	font-style: oblique;
	height: 35px;
	font-weight: bold;
}
