body {
	font-family: Arial, Helvetica; 
	font-size: 10px;
}

.content {
	font-family: Arial, Helvetica; 
	font-size: 14px;
}

.title { 
	font-family: Arial, Helvetica; 
	font-size: 24px; 
	font-weight: bold; 
	color: red; 
	margin: 10px 0px;
}
.button { 
	height: 65px; 
	background-color: red; 
	color: white; 
	font-weight: bold; 
	font-size: 24px; 
	cursor: hand;
	text-decoration: none;
}

.button2 { 
	height: 37px; 
	background-color: red; 
	color: white; 
	font-weight: bold; 
	font-size: 18px; 
	cursor: hand;
	text-decoration: none;
}

.nobutton { 
	height: 65px; 
	background-color: red; 
	color: white; 
	font-weight: bold; 
	font-size: 24px; 
}

.affected { 
	font-size: 12px;
	padding: 5px;
	border: 1px black solid;
}

table.affected {
	width: 650px;
	padding: 0px;
	margin: 0px;
}

.affected th {
	color: white;
	background-color: #505050;
	padding: 10px;
	margin: 0px;
	font-size: 14px;
	text-align: left;
	border: 1px black solid;
}

.affected td {
	border: 1px black solid;
	padding: 2px 5px 2px 5px;
}

.contactbox {
	margin: 5px;
	padding: 10px;
	width: 250px;
	float: right;
	background-color: #E0E0E0;
 }

.contactbox h1 {
	margin: 0px 0px 3px 0px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px black solid;
}

.contactbox h2 {
	margin: 0px 0px 3px 0px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.contactbox h3 {
	margin: 0px 0px 3px 0px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #606060;
}

.contactbox p {
	margin: 5px 5px 5px 10px;
}

.hidden { display: none; }

.details { 
	clear: right; 
	display: block; 
	background-color: #E0E0E0; 
	margin: 5px;
	padding: 10px;
}

.unhidden { 
	display: block; 
}

.hilight {
/*	background-color: #E0E0E0; */
}


a.moreinfo:link { color: black; text-decoration: none; }
a.moreinfo:visited { color: black; text-decoration: none; }
a.moreinfo:hover { color: black; text-decoration: none; }
a.moreinfo:active { color: black; text-decoration: none; }
