/* BFG/L | MINI STYLESHEET */

.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595A5E;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	top: 20px;
}

.fontbold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #595A5E;
	font-style: normal;
	line-height: 14px;
	font-variant: normal;
	top: 20px;
}

.fontwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color:#FFFFFF;
	font-style: normal;
	line-height: 14px;
	font-variant: normal;
	top: 20px;
}

.class1 A:link {text-decoration: none}
.class1 A:visited {text-decoration: none}
.class1 A:active {text-decoration: none}
.class1 A:hover {text-decoration: underline}
