body {
	margin-top: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}

.nav {
	font-size: 12px;
	font-weight: bold;
	color: White;
}

h1 {
	font-size: 24px;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}


a:hover {
	color: #0066CC;
	text-decoration: underline;
}

.nav a:link {
	color: White;
	text-decoration: underline;
}

.nav a:visited {
	color: White;
	text-decoration: underline;
}


.nav a:hover {
	color: #EEEEEE;
	text-decoration: underline;
}

#main img {
	border: 1px #EEEEEE solid;
	margin: 10px;
	padding: 10px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}