body {
	padding: 0;
	margin: 0;
 	height: 100%;
}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	background-color: #666666;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	background-color: #666666;
}

.content {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}

.addressRed {
	font-family: Verdana;
	font-size: 10px;
	color: #CC0000;
	font-weight: bold;	
}

.addressRed2{
	font-family: Verdana;
	font-size: 10px;
	color: #CC0000;
}

.address {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}

.address2 {
	font-family: Verdana;
	font-size: 10px;
	color: #CC0000;
	font-weight: bold;	
}

.title {
	font-family: Arial;
	font-size: 13px;
	color: #666666;
	font-weight: bold;	
}