/* CSS Document */
.white{
	font-family:Tahoma;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}
.gray{
	font-family:Tahoma;
	font-size:11px;
	color:#707070;
	line-height:120%;
}
a.gray_link{
	font-family:Tahoma;
	font-size:11px;
	color:#707070;
	font-weight:bold;
	text-decoration:none;
}
a.gray_link:hover{
	font-family:Tahoma;
	font-size:11px;
	color:#707070;
	font-weight:bold;
	text-decoration:underline;
}
.brown{
	font-family:Tahoma;
	font-size:10px;
	color:#888869;
	line-height:130%;
}
.dark_brown{
	font-family:Tahoma;
	font-size:11px;
	color:#66664F;
	line-height:130%;
}