.white_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.black_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
	text-indent: 0px;
}
.large_grey_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #666666;
}
.large_lightgrey_text {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999999;
}
a:link {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

a:visited {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

a:active {
    color: #0066ff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

a:hover {
	color: #2A7FFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    text-decoration: underline;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.black_text_bullet_link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-position: inside;
	list-style-type: circle;
	text-indent: -20px;
	list-style-image: url(../images/arrow_right_sm.gif);
}
