/* CSS Document */
a.white_link{
	font-family:Tahoma;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a.white_link:hover{
	font-family:Tahoma;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
a.green_link{
	font-family:Tahoma;
	font-size:10px;
	color:#64BE22;
	font-weight:bold;
	text-decoration:none;
}
a.green_link:hover{
	font-family:Tahoma;
	font-size:10px;
	color:#64BE22;
	font-weight:bold;
	text-decoration:underline;
}
a.gray_link{
	font-family:Tahoma;
	font-size:10px;
	color:#5D5D60;
	text-decoration:none;
}
a.gray_link:hover{
	font-family:Tahoma;
	font-size:10px;
	color:#5D5D60;
	text-decoration:underline;
}
.green_font{
	font-family:Tahoma;
	font-size:10px;
	color:#64BE22;
	font-weight:bold;
}
.gray{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#5D5D60
}
.gray_simp{
	font-family:Tahoma;
	font-size:10px;
	color:#5D5D60
}
.blue{
	font-family:Tahoma;
	font-size:10px;
	color:#42C8EB;
}
.white{
	font-family:Tahoma;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
}
.red{
	font-family:Tahoma;
	font-size:10px;
	color:#D31408;
	padding:3px;
}
