BODY {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	margin: 5px;
}

a, a:visited {
	color: #0033FF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

h1 {
	font-style: italic;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1em;
	font-weight: normal;
}

h2 {
	font-size: 1em;
	margin-top: 5px;
}

#logo {
	margin: 30px 0px 15px 0px;
}

.nav-table {
	margin-top: 40px;
	margin-bottom: 30px;
	width: 400px;
	border-collapse: collapse;
	border-bottom: 1px solid #CCCCCC;
}

.nav-table td {
	padding: 10px;
	vertical-align: top;
	text-align: left;
	color: #000000;
	border-top: 1px solid #CCCCCC;
}

.footer {
	font-size: 10px;
	color: #666666;
	margin-bottom: 0px;
	margin-top: 5px;
}