.normal {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bnone;
	text-transform: none;
	color: #999999;
	letter-spacing: normal;
	font-variant: normal;

}
.capital {
	font-family: "BankGothic Lt BT";
	font-size: 21px;
	font-style: normal;
	
	font-weight: bold;
	text-transform: capitalize;
	color: #666666;
	letter-spacing: normal;
}
.foot {
	font-family: "BankGothic Lt BT";
	font-size: 11px;
	font-style: normal;
	
	font-weight: normal;
	text-transform: capitalize;
	color: #333333;
	letter-spacing: normal;
}
.link {
	font-family: BankGothic Lt Bt;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #993300;
	letter-spacing: normal;
