a.nav, a.nav:link, a.nav:visited, a.nav:active {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		color:#3366FF;
		font-size:12px;
		text-decoration:none;
}
a.nav:hover {
		font-family: Georgia, "Times New Roman", Times, serif;
		color:#FFFFFF;
		text-decoration:underline;
}
a.nav2, a.nav2:link, a.nav2:visited, a.nav2:active {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		color:#990033;
		font-size:12px;
		text-decoration:none;
}
a.nav2:hover {
		font-family: Georgia, "Times New Roman", Times, serif;
		color:#999999;
		text-decoration:underline;
}
a.nav3, a.nav3:link, a.nav3:visited, a.nav3:active {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		color:#3366FF;
		font-size:18px;
		text-decoration:none;
}
a.nav3:hover {
		font-family: Georgia, "Times New Roman", Times, serif;
		color:#FFFFFF;
		text-decoration:underline;
}

.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:normal;
	color: #FFFFFF;
}
.label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #CCCCCC;
}
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
	height: 20px;
	border: thin groove #666666;
	text-align: left;
	vertical-align: middle;
}
textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
	height: 100px;
	border: thin groove #666666;
	text-align: left;
	vertical-align: middle;
}
select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
	height: 18px;
	border: thin groove #666666;
	text-align: left;
	vertical-align: middle;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#CCCCCC;
	font-size:24px;
	text-decoration:none;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#CCCCCC;
	font-size:20px;
	text-decoration:none;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#CCCCCC;
	font-size:18px;
	text-decoration:none;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#CCCCCC;
	font-size:14px;
	text-decoration:none;
}
.body{
	color:#CCCCCC
}
p{
	text-indent:20px;
}