.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
	width: 150px;	
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	width: 150px;	
}

.link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-left: 2px;
	margin-top: 2px;
	background-color: #FFFFFF;
}

a:link {color: #660000; text-decoration: underline; }
a:active {color: #33000; text-decoration: underline; }
a:visited {color: #003300; text-decoration: underline; }
a:hover {color: #330000; text-decoration: none; }

.footer {
	color: #CCCCCC;
	background-color: #660000;
	margin: 3px;
	padding: 3px;
	font-weight: bold;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
}

