@charset "iso-8859-1";
@font-face {
 font-family: Century Gothic;
 font-style:  normal;
 font-weight: normal;
 src: url(GOTHIC.eot) ; /* IE */
 src: local(Century Gothic), url(GOTHIC.TTF ) format("truetype");  /* non-IE */
}
@font-face {
 font-family: Century Gothic;
 font-style:  normal;
 font-weight: bold;
 src: url(GOTHIC.eot) ; /* IE */
 src: local(Century Gothic), url(GOTHICB.TTF ) format("truetype");  /* non-IE */
}
@font-face {
 font-family: Mistral;
 font-style:  normal;
 font-weight: normal;
 src: url(MISTRAL.eot) ; /* IE */
 src: local(Mistral), url(MISTRAL.TTF ) format("truetype");  /* non-IE */
}
body {
	color: #306;
	background: white;
	font-size: 100%;
	line-height: 150%;
}
h2 {
	font-size: 22pt;
	font-family: Century Gothic;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	margin-top: 0.5em;
}
h3 {
	font-size: 13pt;
	font-style: normal;
	font-weight: bold
}
h4 {
	font-size: 13pt;
	font-style: normal;
	font-weight: bold
}

