@font-face { 
	font-family: "Century Gothic";
	src:url(../font/GOTHIC.TTF);
}
@font-face { 
	font-family: "Century Gothic Bold";
	src:url(../font/GOTHICB.TTF);
}
@font-face { 
	font-family: "Century Gothic Bold Itallic";
	src:url(../font/GOTHICBI.TTF);
}
@font-face { 
	font-family: "Century Gothic Itallic";
	src:url(../font/GOTHICI.TTF);
}
.etHead {
	font-family: "Century Gothic";
	font-size: 21px;
	font-weight: bold;
	color: #FFF;
}
.etMed{
	font-size: 17px;
	font-weight: bold;
	font-family: "Century Gothic";
	color: #FFF;
}
.etMedred{
	font-size: 19px;
	font-weight: bold;
	font-family: "Century Gothic";
	color:#F00; 
}
.etBody{
	font-size: 13px;
	font-weight: normal;
	font-family: "Century Gothic";
	color: #FFF;
}
.etBodyBlack{
	font-size: 13px;
	font-weight: normal;
	font-family: "Century Gothic";
	color: #000;
}
.etBold{
	font-size: 14px;
	font-weight: bold;
	font-family: "Century Gothic";
	color: #FFF;
}
.etMini{
	font-size: 10px;
	font-weight: normal;
	font-family: "Century Gothic";
	color: #FFF;
}
.bg {
	background-position: top;
	alignment-adjust:middle;
	background-repeat: no-repeat;
}
.etLink {
	color: #FFF;	
}
