body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666699;
	font-weight: normal;
	background-color: #2D1707;
}
.footerPrimary {
	font-size: 10px;
	color: #996633;
	letter-spacing: 0.3em;
	font-family: "Times New Roman", Times, serif;
}
.footerSecondary {
	font-size: 10px;
	color: #64AFCF;
	letter-spacing: 0.3em;
	font-family: "Times New Roman", Times, serif;
}
a:link {
	color: #0D73C1;
}
a:visited {
	color: #104392;
}
a:hover {
	color: #FFFFFB;
}
a:active {
	color: #0066FF;
}
h1 {
	color: #99CCFF;
	font-weight: normal;
	margin-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000099;
}
h2 {
	color: #9999CC;
	font-size: 150%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .5em;
}
h3 {
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	color: #99CCFF;
}
#signup {
	width: 115px;
	float:right;
	margin-top: 20px;
	}
#signup a {
	background: url(photos/signup.gif) no-repeat 0px 0px;
	float: right;
	height: 22px;
	width: 115px;
	border: 0;
	display:block;
}
#signup a:hover {
	background: url(photos/signup.gif) no-repeat 0px -22px;
	float: right;
	height: 22px;
	width: 115px;
	display:block;
}