html { min-height: 100%; margin-bottom: 1px; }
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000066;
	text-transform: uppercase;	
}
.brdr {
	border: 2px solid #000066;
}
.headertxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #cccc99;
}
.navlinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000066;
	text-decoration: none;
}

a.navlinks:active:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000066;
	text-decoration: none;
}
a.navlinks:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000066;
	text-decoration: underline;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
}
.links {
	color: #000066;
	text-decoration: none;	
}
a.links:active {
	color: #000066;
		text-decoration: none;	
}
a.links:visited {
	color: #000066;
		text-decoration: none;	
}
a.links:hover {
	color: #000066;
		text-decoration: underline;	
}

