.nav{
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.nav:hover{
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: blue;
	text-decoration: underline;
	}

.h1{
	font-family: Trebuchet MS;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.h2{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
}

.content1{
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.testimonial{
	font-family: arial, helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #808080;
	text-decoration: none;
}

.body{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.subhead{
	font-family: Trebuchet MS;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.subhead:hover{
	font-family: Trebuchet MS;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}

.form { height:23px;}
.form input {width:198px; height:18px; background:none; border:1px solid #7e7e7e; font-size:1em; font-family:Tahoma; color:#646566;}
textarea { width:301px; height:93px; background:none; overflow:auto; border:1px solid #7e7e7e; font-size:10 pt; font-family:Courier New; color:#646566;}