a:link {
	text-decoration: underline;
	font-family: Arial;
	font-size: 11px;
	color: #FFCC00;
}
a:visited {
	text-decoration: underline;
	font-family: Arial;
	font-size: 11px;
	color: #FFCC00;
}
a:active {
	text-decoration: underline;
	font-family: Arial;
	font-size: 11px;
	color: #FFCC00;
}
a:hover {
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	color: #FFCC00;
}

a.light:link {
	text-decoration: underline;
	font-family: Arial;
	font-size: 11px;
	color: #CCCCCC;
}
a.light:visited {
	text-decoration: underline;
	font-family: Arial;
	font-size: 11px;
	color: #CCCCCC;
}
a.light:active {
	text-decoration: underline;
	font-family: Arial;
	font-size: 11px;
	color: #CCCCCC;
}
a.light:hover {
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	color: #CCCCCC;
}

a.light_u:link {
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	color: #CCCCCC;
}
a.light_u:visited {
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	color: #CCCCCC;
}
a.light_u:active {
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	color: #CCCCCC;
}
a.light_u:hover {
	text-decoration: underline;
	font-family: Arial;
	font-size: 11px;
	color: #CCCCCC;
}

a.smallLink:link {
	text-decoration: underline;
	font-family: Arial;
	font-size: 10px;
	color: #999999;
}
a.smallLink:visited {
	text-decoration: underline;
	font-family: Arial;
	font-size: 10px;
	color: #999999;
}
a.smallLink:active {
	text-decoration: underline;
	font-family: Arial;
	font-size: 10px;
	color: #999999;
}
a.smallLink:hover {
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	color: #999999;
}

body, td {
	font-family: Arial;
	font-size: 11px;
	color: #CCCCCC;
}

.selection {
	font-family: Arial;
	font-size: 11px;
	color: #FFCC00;
}

.whiteText {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

.formNav {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

.smallText {
	font-family: Arial;
	font-size: 10px;
	color: #CCCCCC;
}

.darkGray {
	background-color: #333333;
}

.black {
	background-color: #000000;
}

.navBkg {
	background-color: #3A3A3A;
}

.ping {
	background-color: #767676;
}

.outline {
	background-color: #999999;
}

.listing {
	background-color: #666666;
}

.odd {
	background-color: #424242;
}

.even {
	background-color: #545454;
}