body {
	margin: 0;
	background-color: #ffffff;
	background-image: url(/images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
td, input, select, textarea, div {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
a {
	color: #eb2b8f;
	text-decoration: none;
}
a:hover {
	color: #c20f6c;
	text-decoration: none;
}
.navsub {
	background-color: #000000;
	display: none;
	position: absolute;
}
.navsuboff {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-transform: lowercase;
	padding: 3px 10px;
}
.navsubon {
	font-size: 12px;
	font-weight: bold;
	color: #bfbfbf;
	text-transform: lowercase;
	cursor: pointer;
	cursor: hand;
	padding: 3px 10px;
}
.title {
	font-size: 28px;
	font-weight: bold;
}
h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	padding: 0;
	margin: 0;
}
.date {
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	text-transform: lowercase;
}
.small {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	text-transform: lowercase;
}
.searchfield {
	font-size: 11px;
	text-align: center;
	border: 0px;
	background-color: transparent;
	background: none;
	background-image: url(/images/nav-search-box.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 94px;
	height: 18px;
}
.field {
	border: 1px solid #000000;
	background-color: #ffffff;
	width: 250px;
}
.bold {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.archive {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
