/* STANDARD CLASS ELEMENTS */

TD {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: Black;
}
h1 {
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	color: Black;
	font-weight: 600;
}


/* STAND-ALONE CLASS SELECTORS */

.copy {
	font-family: arial,helvetica,sans-serif;
	font-size: 9px;
	color: Black;
}


/* LINKS */
a:link {
	font-weight: 300;
	color: Maroon;
	text-decoration: underline;
}
a:visited {
	font-weight: 300;
	color: Purple;
	text-decoration: underline;
}
a:active {
	font-weight: 300;
	color: Red;
	text-decoration: underline;
}
a:hover	{
	font-weight: 300;
	color: Red;
	text-decoration: none;
}

a.menu:link {
	font-weight: 600;
	color: White;
	text-decoration: none;
	font-size: 12px;
}
a.menu:visited {
	font-weight: 600;
	color: Silver;
	text-decoration: none;
	font-size: 12px;
}
a.menu:active {font-weight:600; color:#666666; text-decoration:none; font-size:12px}
a.menu:hover {
	font-weight: 600;
	color: White;
	text-decoration: underline;
	font-size: 12px;
}
/* END LINKS */





