body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	margin: 0;
	color: #CCCCCC;
	background-image: url(images/bg.gif);
	background-attachment: fixed;
}
.bodyText {
	font-size: 10px;
	line-height: 20px;
	color: #333333;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
}
.header {
	font-size: 9px;
	background-color: #FFFFFF;
	width: 600px;
	text-align: center;
	letter-spacing: 7px;
	color: #333333;
	margin-left: 60px;
	position: absolute;
	top: 0px;
	height: 14px;
	font-weight: bold;
}
.nav {
	font-size: 9px;
	background-color: #FFFFFF;
	width: 600px;
	text-align: center;
	letter-spacing: 5px;
	color: #333333;
	margin-left: 60px;
	position: absolute;
	top: 346px;
	height: 14px;
	font-weight: bold;
}
.selected {
	color: #FF3300;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
a:active {
	color: #FF3300;
	text-decoration: none;
}
.updates {
	font-size: 10px;
	color: #333333;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

