/* CSS Document */
a.white_link{
	font-family:Tahoma;
	font-weight:bold;
	text-decoration:underline;
	color:#ffffff;
}
a.white_link:hover{
	font-family:Tahoma;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}
a.green_link{
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
	font-weight:bold;
	color:#C5EC00;
}
a.green_link:hover{
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#C5EC00;
}
a.read_link{
	font-family:Tahoma;
	font-size:10px;
	text-decoration:underline;
	color:#94B006;
}
a.read_link:hover{
	font-family:Tahoma;
	font-size:10px;
	text-decoration:none;
	color:#94B006;
}
a.gray_link{
	font-family:Tahoma;
	font-size:11px;
	color:#595a59;
	text-decoration:none;
}
a.gray_link:hover{
	font-family:Tahoma;
	font-size:11px;
	color:#595a59;
	text-decoration:underline;
}
.gray{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#595A59;
}
.gray_sm{
	font-family:Tahoma;
	font-size:10px;
	color:#595A59;
}
.yello{
	font-family:Tahoma;
	font-size:11px;
	color:#EFFF9E;
}
.green{
	font-family:Tahoma;
	font-size:11px;
	color:#94B006;
	font-weight:bold;
}
.chamak_green{
	font-family:Tahoma;
	font-size:11px;
	color:#C5EC00;
	font-weight:bold;
}