/*Color table
#F60 = Orange;
#096 = Green;
#333 = Gray;
#DDD = Light_Gray;
#CC0 = Light_Green;
*/

.black {
	background: black;
}

.orange {
	color: #F60;
}

.green {
	color: #096;
}

a.orange:link, a.orange:visited {
	text-decoration: none;
	color: black;
}

a.orange:hover {
	text-decoration: none;
	color: #F60;
}

a.black_orange:link, a.black_orange:visited {
	text-decoration: none;
	color: black;
}

a.black_orange:hover {
	text-decoration: underline;
	color: #F60;
}

a.black_underline:link, a.black_underline:visited {
	text-decoration: none;
	color: black;
}

a.black_underline:hover {
	text-decoration: underline;
}

a.white_orange:link, a.white_orange:visited {
	text-decoration: none;
	color: white;
}

a.white_orange:hover {
	text-decoration: none;
	color: #F60;
}

a.green_underline:link, a.green_underline:visited {
	text-decoration: none;
	color: #096;
}

a.green_underline:hover {
	text-decoration: underline;
}

.shortcut a:link, a:visited {
	font: 0.813em "Helvetica", sans-serif; letter-spacing: 0px;
	color: #333;
	text-decoration: none;
}

a.gray_orange:link, a.gray_orange:visited {
	text-decoration: none;
	color: gray;
}

a.gray_orange:hover {
	color: #F60;
}

a.light_green_underline:link, a.light_green_underline:visited {
	text-decoration: none;
	color: #CC0;
}

a.light_green_underline:hover {
	text-decoration: underline;
}

a.white_underline:link, a.white_underline:visited {
	text-decoration: none;
	color: white;
}

a.white_underline:hover {
	text-decoration: underline;
}