.coffee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #996633;
	text-decoration: none;
	line-height: 22px;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #02B8D3;
	text-decoration: none;
}
.bottom:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #02B8D3;
	text-decoration: underline;
}
.bottom_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.bottom_white:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.left_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	color: #474747;
	text-decoration: none;
}