a:link {
	text-decoration: underline;
	color: #6699FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
/*
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
*/
.nav {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}
.nav-caption {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.nav1 {
	text-decoration: underline;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	onmouseover="this.style.backgroundColor='#FFFFFF';" onmouseout="this.style.backgroundColor='#F4F4F4';"
}
#header {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h2 {font-size: 13px;}
h2.caption {padding-bottom: 2px; border-bottom: 1px solid #000;}
h3 {font-size: 12px;}
h3.caption {border-bottom: 1px solid #000;}

.header {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.links {
	text-decoration: underline;
	color: #6699FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.body {
	padding: 2px 5px;
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
fieldset {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 5px;
	padding-bottom: 5px;
	border: 2px solid #999;
	background-color: #FFFFD5;
}
legend {
	padding: 5px;
	color: #000000;
}
