A:HOVER {
	color : #E5CC94;
	text-decoration : underline;
}

A.address:LINK {
	text-decoration: underline;
	color: PaleGoldenrod;
}

A.address:VISITED {
	text-decoration: underline;
	color: PaleGoldenrod;
}

A.address:ACTIVE {
	text-decoration: underline;
	color: Gold;
}

A.address:HOVER {
	color: Gold;
	text-decoration : underline;
}

A.footer:LINK {
	text-decoration: underline;
	color: #FFCC00;
}

A.footer:VISITED {
	text-decoration: underline;
	color: #FFCC00;
}

A.footer:ACTIVE {
	text-decoration: underline;
	color: White;
}

A.footer:HOVER {
	color: White;
	text-decoration : underline;
}


td {  
	font-family: verdana,arial,helvetica,Trebuchet MS,Trebuchet,sans-serif; 
	font-size: 12px; 
	line-height: 18px;
}


td.footer {  
	font-family: arial,verdana,helvetica,Trebuchet MS,Trebuchet,sans-serif; 
	font-size: 11px; 
	line-height: 13px;
}

td.address {  
	font-family: arial,verdana,helvetica,Trebuchet MS,Trebuchet,sans-serif; 
	font-size: 11px; 
	color: #FFFFFF;
	line-height: 13px;
}

.font11px {
	font-size:11px;
}

a.calendarLink {
	color: #484848;
}

a.calendarLink:hover {
	color: #E5B64D;
}


