body {
	background-image: url(http://zacksmithdesign.com/img/page_bg.gif);
	margin: 0px;
	font-family: Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333300;
	background-attachment: fixed;
}
a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #666633;
}
a:hover {
	text-decoration: none;
	color: #CCCC99;
	background-color: #666633;
}
.bluetxt {
	color: #000033;
}
.boldtxt {
	font-weight: bold;
}
.blueboldtxt {
	font-weight: bold;
	color: #000033;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000033;
}
.launch, .launch a, .launch a:link, .launch a:visited, .launch a:active {
	font-size: 11px;
	font-weight: bold;
	color: #000033;
}
.launch a:hover {
	text-decoration: none;
	color: #CCCC99;
	background-color: #000033;
}
.inputdark {
	font-size: 11px;
	color: #333300;
	background-color: #CCCC99;
	padding: 2px;
	border: 0px solid #999966;
}
.inputlight {
	font-size: 11px;
	color: #333300;
	padding: 2px;
	border: 0px solid #999966;
	background-color: E6E6B3;
	background-image: url(http://zacksmithdesign.com/img/repeat_bg.gif);
}
.heading {
	font-size: 14px;
	font-weight: bold;
	color: #000033;
}
input, textarea {
	font-family: Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
}