
* { font-family: 'trebuchet ms', verdana, serif; }

body { margin: 0px; padding: 0px; }

input, select, textarea { font-size: 10pt; }
a { color: blue; text-decoration: underline; }
a:hover { text-decoration: none; }

.box {
	width: 800px;
}

address { 
	font-size: 10pt;	
	padding-left: 10px;
	margin-bottom: 10px;
	
	font-style:normal;
}

address a { margin: 5px; }
address b { font-weight: bold; }

#eval {
	float: right;
	width: 150px;
	border: 1px solid darkkhaki;
	background-color: khaki;
	color: #333;
	padding: 3px;
	font-size: 10pt;
	margin: 5px;
}
#eval u { font-weight: bold; }


.head {
	height: 15px;
	border:0px;
	background-image:url('../imgs/bg_top_yellow1.gif');
	border-left:1px solid darkkhaki;	
	border-right:1px solid darkkhaki;	
}
.content {	
	border:1px solid darkkhaki;	
	padding:5px;
	text-align: left;
	font-size: 10pt;
}

.foot {
	height:15px;
	border-bottom:1px solid darkkhaki;
	border-left:1px solid darkkhaki;
	border-right:1px solid darkkhaki;
	background-image:url('../imgs/bg_bot_yellow1.gif');
	padding-top:3px;
	font-size: xx-small;
	font-family: verdana;
	color: #330000;
}
.foot a { color: #330000; text-decoration: none; font-family: verdana;}

.menu { 
	width: 100%; 
	background-color: khaki; 
	border-left:1px solid darkkhaki;
	border-right:1px solid darkkhaki;
}
.menu td { width: 33%; border: 1px solid darkkhaki; font-size: x-small; font-weight: bold; text-align: center; cursor: hand;}

.logo { 
	background-color: #f1e779; 
	border-left:1px solid darkkhaki;
	border-right:1px solid darkkhaki;
}

.info { border-collapse: collapse; width: 100%; }
.info td { 
	vertical-align: top; 
	width: 25%; 
	white-space: nowrap;
}
.info td, .info address, .info b, .info div { 	
	font-size: 10pt; 
	
}
.info a { color: blue; text-decoration: underline; cursor: hand;}
.info a:hover { color: blue; text-decoration: none; cursor: hand;}
.info address { font-size: 10px; font-family: verdana, serif; }
.info address > b { font-size: 12px; }

.info2 td {
vertical-align: top;
white-space: nowrap;
font-size: 10pt; 
width: 33%;
}

.hours { font-size:xx-small;color:#666;font-family:verdana; }
.nums { font-size:xx-small;font-family:verdana; color: #666;}


.divOn {
display: block;
visibility: visible;
}

.divOff {
display: none;
visibility: hidden;
}


.required {
 color: red;
 font-weight: bold;
 font-size: x-small;
}


.cform {
	font-size: x-small;
}


