a {
	color: #0055FF;
	text-decoration: NONE;
}

a:visited {
	color: #0055FF;
	text-decoration: NONE;
}

a:hover {
	color: #0055FF;
	text-decoration: UNDERLINE;
}

a.menu {
	background-color: #EFEDDE;
	border-bottom: #EFEDDE 1PX SOLID;
	border-left: #EFEDDE 1PX SOLID;
	border-right: #EFEDDE 1PX SOLID;
	border-top: #EFEDDE 1PX SOLID;
	color: #000000;
	padding-left: 5PX;
	text-decoration: NONE;
	width: 95%;
}

a.menu:visited {
	background-color: #EFEDDE;
	border-bottom: #EFEDDE 1PX SOLID;
	border-left: #EFEDDE 1PX SOLID;
	border-right: #EFEDDE 1PX SOLID;
	border-top: #EFEDDE 1PX SOLID;
	color: #000000;
	padding-left: 5PX;
	text-decoration: NONE;
	width: 95%;
}

a.menu:hover {
	background-color: #C1D2EE;
	border-bottom: #316AC5 1PX SOLID;
	border-left: #316AC5 1PX SOLID;
	border-right: #316AC5 1PX SOLID;
	border-top: #316AC5 1PX SOLID;
	color: #000000;
	padding-left: 5PX;
	text-decoration: NONE;
	width: 95%;
}

a.topnav {
	color: #FFFFFF;
	font-family: VERDANA, GENEVA, ARIAL, HELVETICA, SANS-SERIF;
	font-size: 11PX;
	font-weight: BOLD;
	text-decoration: NONE;
}

a.topnav:visited {
	color: #FFFFFF;
	font-family: VERDANA, GENEVA, ARIAL, HELVETICA, SANS-SERIF;
	font-size: 11PX;
	font-weight: BOLD;
	text-decoration: NONE;
}

a.topnav:hover {
	color: #0099FF;
	font-family: VERDANA, GENEVA, ARIAL, HELVETICA, SANS-SERIF;
	font-size: 11PX;
	font-weight: BOLD;
	text-decoration: NONE;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: VERDANA, GENEVA, ARIAL, HELVETICA, SANS-SERIF;
	font-size: 12PX;
}

div.link {
	margin-left: 12PX;
	padding-bottom: 5PX;
	padding-top: 5PX;
}

div.navtitle {
	background-color: #E6E3D2;
	border-bottom: #8A867A 1PX SOLID;
	border-left: #8A867A 1PX SOLID;
	border-right: #8A867A 1PX SOLID;
	border-top: #8A867A 1PX SOLID;
	color: #000000;
	font-weight: BOLD;
	margin: 1PX;
	padding-bottom: 2PX;
	padding-top: 0PX;
}

div.testimonial {
	background-color: #F6F6F6;
	border-bottom: #C0C0C0 1PX SOLID;
	border-left: #C0C0C0 1PX SOLID;
	border-right: #C0C0C0 1PX SOLID;
	border-top: #C0C0C0 1PX SOLID;
	color: #000000;
	font-weight: BOLD;
	margin-bottom: 10PX;
	text-align: CENTER;	
	width: 150px;
}

div.testimonialbody {
	background-color: #F6F6F6;
	border-bottom: #C0C0C0 1PX SOLID;
	border-left: #C0C0C0 1PX SOLID;
	border-right: #C0C0C0 1PX SOLID;
	border-top: #C0C0C0 1PX SOLID;
	padding-top: 2PT;
	padding-bottom: 2PT;	
	padding-left: 4PT;
	padding-right: 2PT;
	width: 150px;
	margin-bottom: 10PX;
}

form {
	margin-bottom: 0PX;
	margin-top: 0PX;
}

input {
	font-size: 8PT;
}

td {
	font-size: 12PX;
}

ul.menu {
	margin: 0PX 0PX 5PX 11PX;
}

.smalltext {
	font-family: VERDANA, GENEVA, ARIAL, HELVETICA, SANS-SERIF;
	font-size: 10PX;
}