A:Link {
	font-size : 14px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	color : #FF3300;
	text-decoration : none;
}
A:ACTIVE {
	font-size : 14px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	color : white;
	text-decoration : underline;
}

A:VISITED {
	font-size : 14px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	color : #FF3300;
	text-decoration : none;
}

A:Hover {
	font-size : 14px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	color : Lime;
	text-decoration : none;
	background-color : #006633;
}

.head {
	font-size : 20px;
	font-weight : bold;
	color: #006633;
}

.copy {
	font-size : 14px;
}

TR{
	font-size : 14px;
}

TD{
	font-size : 14px;
}

UL {
	font-size : 14px;
}

LI {
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
}

.sub {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #000000;
}


.fuss {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #FFFFFF;
}

.head, .copy, UL, LI, TR,TD {
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
}

