body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#text1 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;

}

#text1 a {
	text-decoration: none;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	font-weight: bold;
}
#text1 a:hover {
	text-decoration: none;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC0000;
	font-weight: bold;
	}
	
#footer {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;

}


#footer a:hover {
	text-decoration: none;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC0000;
}

#footer a {
	text-decoration: none;
	color: #000000;
	
}
