body {
	background-color: white;
}

a:hover {  
	text-decoration: none; 
	color: #000077
}

a:link {  
	text-decoration: underline; 
	color: #000077
}
a:active {  
	text-decoration: none; 
	color: #000077
}

a:visited {  
	color: #000077
}

.bottomtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
}
.toptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
}
.toplinktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	list-style-type: square;
}
.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #000077;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #000077;
}
.topofpage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
}
.boldblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000077;
}
.boldwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
}
.smallbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
.smallboldblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000077;
}
a:hover.smallboldblue {  
	text-decoration: none; 
	color: #000077
}
a:link.smallboldblue {  
	text-decoration: none; 
	color: #000077
}
a:active.smallboldblue {  
	text-decoration: none; 
	color: #000077
}
a:visited.smallboldblue {
	text-decoration: none; 
	color: #000077
}
.smallboldwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover.smallboldwhite {  
	text-decoration: none; 
	color: #ffffff
}
a:link.smallboldwhite {  
	text-decoration: none; 
	color: #ffffff
}
a:active.smallboldwhite {  
	text-decoration: none; 
	color: #ffffff
}
a:visited.smallboldwhite {
	text-decoration: none; 
	color: #ffffff
}

.required {		
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none 
}

.input	{border:1px #000077 solid;background:#FFFFFF;font: 12px Verdana, Arial, Helvetica, sans-serif;color: #000077;}

hr { color: #000077; 
	width: 90%;
	size: 1px;
}

fieldset {		border : 1px solid black;
				margin-bottom : 5px;
}
.button {		color : #FFFFFF;
				font-family : Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px; 
				background-color : #034c99;
				font-weight : bold;
				margin-bottom: 2px;
				border-top: #dddddd 2px solid;
				border-left: #cccccc 2px solid;
				border-right: #bbbbbb 2px solid;
				border-bottom: #aaaaaa 2px solid;
}
.smallbutton {	color : #ffffff;
				font-family : Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px; 
				background-color : #003366;
				font-weight : bold;
}
.legend {		font-family : Verdana, Arial, Helvetica, sans-serif; 
				font-weight : bold;
				color : #003366;
				font-size : 13px;
				background-color: aliceblue;
}
