body {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a {
	color: #04009B;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #76B6FE;
}

.header {
	position: static;
	width:800px;
	height:100px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	background-color: #FFFFFF;
	color: #76B6FE;
	font-weight: normal;
	text-align: right;
}

.nav {
	position: static;
	width: 800px;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #999999;
	background-color: #FFFFFF;
	text-align: right;
}

.content {
	position: static;
	width: 800px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	left: 13px;
}

.footer {
	position: static;
	width: 800px;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align:center;
	background-color: #FFFFFF;
}