.bodytext 
{
font-size: 12px;
font-weight: normal;
text-decoration: none;
font-family: verdana, arial;
color: #000000;
}

.header {
	font-family:verdana,helvetica;
	font-size:16px;
	font-weight:bold;
	font-style: normal; 
	color: #006600;
}

.address {
	font: bold 12px; 
font-family: verdana, arial;
	color: #FFFFFF;
}

.footer {
font-family: verdana, arial; 
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
color: #156004
}

hr
{
color: #000000; 
height: 1px;
}

a.link { 
font-family: verdana, arial; 
font-size: 12px; 
color: #6c6c6c; 
text-decoration: none; 
	font-weight: normal;
}
a.link:visited {
font-family: verdana, arial;
	font-size: 12px;
	color: #009933;
	text-decoration: none;
	font-weight: normal;
}
a.link:hover {
font-family: verdana, arial;
	font-size: 12px;
	color: #669900;
	text-decoration: none;
	font-weight: normal;
}

#text-box {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	height: 0px;
	background-color: Black;
	position: relative;
	z-index: 5;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted White;
	border-left: 1px dotted White;
	border-right: 1px dotted White;
	border-bottom: 1px dotted White;
	text-align: center;
}

