.white {
	font-family: Arial;
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
}
.grey {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
}
.green {
	font-family: Arial;
	font-size: 12px;
	color: #017660;
}
.golden {
	font-family: Arial;
	font-size: 12px;
	color: #ad933e;
	font-weight: bold;
}
.black {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.pink {
	font-family: Arial;
    font-size: 12px;
	color: #FF6699;
}

a:link {
	font-family: Arial;
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	border-bottom-style: solid;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-weight: normal;
	border-bottom-color: #0099FF;
	border-bottom-width: 1pt;
}
a:active {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #0099FF;
	text-decoration: none;
}

