.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #336600;
}
.midnav {
font-family: Arial;
font-size: 13px;
color: #000000;
text-decoration: none;
font-weight: bold;
}
.midnav:hover {
font-family: Arial;
font-size: 13px;
color:#FF6600;
text-decoration: none;
font-weight: bold;
}

.midnav:visited {
font-family: Arial;
font-size: 13px;
color:#990000;
text-decoration: none;
font-weight: bold;
}

.midnav:visited:hover {
font-family:Arial;
font-size: 13px;
color:#009966;
text-decoration: none;
font-weight: bold;
}.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #003300;
}
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.box {
	height: 120px;
	width: 550px;
	border: thin dashed #FFFFFF;
	background-color: #CC0000;
	left: 20px;
	right: auto;
	bottom: auto;
	clip:   rect(auto auto auto auto);
	padding: 10px;
	margin: 10px;



}
