.white, .white a:link, .white a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: none;
}

.white a:hover {
	color: #FFFFFF;
}

.green, .green a:link, .green a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E3EED3;
	text-decoration: none;
}

.green a:hover {
	color: #FFFFFF;
}

.black, .black a:link, .black a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: underlined;
	border: #000000;
}

.black a:hover {
	border: #669900;
	color: #669900;
	text-decoration: underlined;
}

.yellow, .yellow a:link, .yellow a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF33;
	font-weight: bold;
	text-decoration: none;
}

.yellow a:hover {
	color: #FFFFFF;
}

