body, table, td {
    font-size: 11px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
    color: #666666;
    padding: 0px; 
}

.navTable td {
	padding: 6px;
}

.body_text { 
	line-height: 18px;
	font-size: 11px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
    color: #666666;
}
	
.page_title { 
	font-size: 15px;
	font-weight: bold;
	font-family: verdana, helvetica, sans-serif;
	color: #006633;
}
	
.section_heading { 
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, helvetica, sans-serif;
	color: #666666;
}
.footer {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	font-family: verdana, helvetica, sans-serif;
}
a.footer { 
	color: #666666;
	text-decoration: none;
}
a:hover.footer { 
	color: #006633;
	text-decoration: none;
}		
	
/* NAVIGATION OPTIONS */
	/* links */
	.leftnavactive {
		color: #006633;
		font-weight: bold;
		text-decoration: none;
		font-size: 11px;
		font-family: verdana, helvetica, sans-serif;
		}
	.leftnav {
		color: #666666;
		font-weight: bold;
		font-size: 11px;
		font-family: verdana, helvetica, sans-serif;
		}
	a.leftnav { 
		color: #666666;
		text-decoration: none;
		}
	a:hover.leftnav { 
		color: #006633;
		text-decoration: none;
		}	
	
/* FORM ELEMENTS ---------------------- */

.form_text {
    font-size: 9px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
    color: #666666;
	}

.input_text {
	width: 180px;
	font-size: 9px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
	border: 1px solid #000000;
	color: #666666;
	}
	
.input_textarea {
	width: 180px;
	height: 100px;
	font-size: 9px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
	border: 1px solid #000000;
	color: #666666;
	}

.input_submit {
	font-size: 9px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
	}	
	
.input_select {
	height: 16px;
	font-size: 9px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
	border: 1px solid #000000;
	background: #ffffff;
	color: #666666;
	}	
	
	

