.stylesheet {
}
a:link {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #999999;
	font-family: "Century Gothic";
	text-decoration: none;
}
.white_bodycopy {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
}
.caps {
	font-family: "Century Gothic";
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
	background-color: #E7E8C8;
	font-weight: bold;
}
h1 {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #999999;
	text-transform: uppercase;
}



a:hover {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #A9A537;
	text-decoration: none;
}
a:active {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}


body {
	background-image: url(background.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: center;
}
.footer {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #999999;
}

.no_repeat {
	background-repeat: no-repeat;
}
.bodycopy {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #666666;
}
.bordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
