.navTitle {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.navTitleP {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.nav {
	font-family: arial;
	font-size: 12px;
	color: #0A305E;
	cursor: pointer;
}
.navSm {
	font-family: arial;
	font-size: 11px;
	color: #0A305E;
	cursor: pointer;
}
.nav A:link, .nav A:visited, .navSm A:link, .navSm A:visited {
	color: #0A305E;
	text-decoration:none;
}
.nav A:hover, .navSm A:hover {
	color: #000000;
}

.copy {
	font-family: arial;
	font-size: 12px;
	color: #000000;
}
.copySm {
	font-family: arial;
	font-size: 11px;
	color: #000000;
}
.copy A:link, .copy A:visited, .copySm A:link, .copySm A:visited {
	color: #17578D;
	text-decoration:underline;
}
.copy A:hover, .copy A:hover {
	color: red;
	text-decoration: none;
}

.navBot {
	font-family: arial;
	font-size: 11px;
	color: #3A4C67;
	cursor: pointer;
}
.navBot A:link, .navBot A:visited {
	color: #3A4C67;
	text-decoration:none;
}
.navBot A:hover {
	color: #000000;
	background-color: #E5EEF8;
}

.form {
	background-color:#ffffff;
	border-left:solid #000000 1px;
	border-right:solid #000000 1px;
	border-top:solid #000000 1px;
	border-bottom:solid #000000 1px;
	font-family: arial;
	font-size: 11px;
}
.formbutton {
	background-color:#2F82AC;
	border-left:solid #9C9C9C 1px;
	border-right:solid #5E628E 1px;
	border-top:solid #9C9C9C 1px;
	border-bottom:solid #5E628E 1px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

body { 
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	scrollbar-face-color: #97A1B0; 
	scrollbar-track-color: #eeeeee; 
	scrollbar-arrow-color: #000000; /*FFD817*/
}