HTML {
	margin: 0;
}

H1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #051666;
}

BODY, P, TD, PRE {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666699;
}

TD.nav {
	background-color: #6B9895;
	padding: 5px 16px 5px 0px;
	text-align: right;
	border-top: solid 1px black;
	border-right: solid 1px black;
	color: #FFFFFF;
}

A:link.nav, A:visited.nav, A:active.nav {
	font-family: Arial;
	font-size: 13px;
	font-style: none;
	text-decoration: none;
	color: #FFFFFF;
}

A:hover.nav {
	font-family: Arial;
	font-size: 13px;
	font-style: none;
	text-decoration: none;
	color: #051666;
}

.nav2 {
	background-color: #0361A9;
	padding: 6px 16px 7px 0px;
	text-align: right;
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	
}

A:link, A:visited, A:active {
	font-family: Arial;
	font-size: 13px;
	font-style: none;
	text-decoration: none;
	color: #3366CC;
}

A:hover {
	font-family: Arial;
	font-size: 13px;
	font-style: none;
	text-decoration: none;
	color: #051666;
}

INPUT, TEXTAREA {
	font-family: Arial;
	border: solid 1 #AAAAAA;
}

