h4 {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: .9em;
	font-weight: normal;
	color: #404040;
}
h1 {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 1.4em;
	font-weight: normal;
	color: #404040;
}
h2 {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 1.2em;
	font-weight: lighter;
	color: #404040;
}
h3 {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 1em;
	font-weight: normal;
	color: #404040;
}
p {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 0.8em;
	color: #404040;
}
.red {
	font-family: "Century Gothic", Arial, Helvetica;
	color: #E41936;
}
#navbar a:link {
	color: #333333;
	text-decoration: none;
	display: block;
	float: left;
	background-color: #D9D9D9;
	width: 95px;
	margin-left: 10px;
	font-size: 0.7em;
	padding: 1px;
	font-family: "Century Gothic", Arial, Helvetica;
	background-position: center;
	text-align: center;
}
#navbar a:visited {
	color: #333333;
	text-decoration: none;
	display: block;
	float: left;
	background-color: #C0C0C0;
	width: 95px;
	margin-left: 10px;
	font-size: 0.7em;
	padding: 1px;
	font-family: "Century Gothic", Arial, Helvetica;
	background-position: center;
	text-align: center;
}
#navbar a:hover {
	color: #333333;
	text-decoration: none;
	display: block;
	float: left;
	background-color: #F3F3F3;
	width: 95px;
	margin-left: 10px;
	font-size: 0.7em;
	padding: 1px;
	font-family: "Century Gothic", Arial, Helvetica;
	background-position: center;
	text-align: center;
}
a:link {
	font-family: "Century Gothic", Arial, Helvetica;
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	font-family: "Century Gothic", Arial, Helvetica;
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	font-family: "Century Gothic", Arial, Helvetica;
	color: #00CCFF;
	text-decoration: none;
}
table {
	background-color: #D7D7D7;
	padding-top: 1px;
}
.blue {
	color: #0099FF;
}
