.whiteLink {
	color: white;
	font-family: Verdana, Arial, Times;
	font-size: 9px;
	text-decoration: none;
}

.whiteLink:hover {
	text-decoration: underline;
}

.defaultText {
	color: white;
	font-family: Geneva, Arial, Times;
	font-size: 10;
}

.defaultTextBold {
	color: white;
	font-family: Verdana, Arial, Times;
	font-size: 10;
	font-weight: bold;
}


.tableHeader {
	color: white;
	font-family: Geneva, Arial, Times;
	font-size: 10;
	text-decoration: none;
}