.normal_text {
	font-family: Verdana;
	font-size: 10px;
}
.small_white {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
}
.small_link {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.small_link:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #BCAD93;
	text-decoration: none;
}
.smallblack_link {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
.smallblack_link:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #663366;
	text-decoration: none;
}
.big_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
