font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	line-height: 140%;
}

font.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	font-weight: normal;
	color: #555555;
	line-height: 140%;
}

a {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #6D8292;
	line-height: 125%;
	text-decoration: none;
}

a:hover	{
	color: #336699;

}

a.large {font-size: 15px; }

a.large:hover	{ color: #336699 }

