A:HOVER {
	color : #408000;
	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.menu:LINK {
	text-decoration: underline;
	color: Red;
}

A.menu:VISITED {
	text-decoration: underline;
	color: Red;
}

A.menu:ACTIVE {
	text-decoration: underline;
	color: #888888;
}

A.menu:HOVER {
	color: #888888;
	text-decoration : underline;
}


A.heading:LINK {
	text-decoration: underline;
	color: #408000;
}

A.heading:VISITED {
	text-decoration: underline;
	color: #408000;
}

A.heading:ACTIVE {
	text-decoration: underline;
	color: #CE762C;
}

A.heading:HOVER {
	color: #CE762C;
	text-decoration : underline;
}

A.footer:LINK {
	text-decoration: none;
	color: White;
}

A.footer:VISITED {
	text-decoration: none;
	color:White;
}

A.footer:ACTIVE {
	text-decoration: underline;
	color: White;
}

A.footer:HOVER {
	color: White;
	text-decoration : underline;
}


td {  
	font-family: arial,helvetica,verdana,Trebuchet MS,Trebuchet,sans-serif; 
	font-size: 12px; 
	line-height: 16px;
}

td.imagecolumn {
	background-image: URL(../images/background-fern.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

td.footer {  
	font-family: arial,verdana,helvetica,Trebuchet MS,Trebuchet,sans-serif; 
	font-size: 11px; 
	line-height: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

td.address {  
	font-family: arial,verdana,helvetica,Trebuchet MS,Trebuchet,sans-serif; 
	font-size: 11px; 
	line-height: 13px;
}
td.highlights {
	background-image: URL(../images/background-highlights.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
td.topline {
	background: url(../images/header-topline.gif) no-repeat left;
}

/* Default Text Fonts for text INSIDE form fields of <input>, <select> and <textarea> */
input, select, textarea {
	font-size: 12px;
	font-family: MS Sans Serif, Arial, Verdana;
}
