.menu:link {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.menu:active {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.menu:visited {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.menu:hover {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.text {
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	padding-right: 20px;
	padding-left: 20px;
}

.just_text {
	font-family: Tahoma;
	font-size: 8pt;
}

.address {
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	padding-right: 20px;
	padding-left: 20px;
}

.formbox {
font-family: Tahoma; 
font-size: 8pt;
 border: 1px solid #D0DF9A;
 }
 
.content_cell {
border: 1px solid #CCCCCC; 
padding-left:12px; 
padding-right:20px;
padding-top:5px; 
padding-bottom:15px; 
font-size: 8pt; 
font-family: tahoma;
}