h1
{
	color: red;
	font-size: 42px;
	font-family: bankgothic_md_btmedium, arial, helvetica, sans-serif;
}

h2
{
	text-align: left;
	color: #333;
	font-size: 20px;
	font-family: arial, helvetica, sans-serif;
	margin: 40px 0px 20px 70px;
	line-height: 36px;
	border-bottom: 1pt gray dotted;
}

h3
{
	text-align: center;
	color: black;
	font-size: 60px;
	font-family: times, tahoma, arial, helvetica, sans-serif;
	margin: 150px 0px 20px 70px;
	font-variant: small-caps;
}


h4
{
	color: #666666;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 0px 70px;
}

h5
{
	color: #666666;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 0px 70px;
}

h6
{
	color: #666666;
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 0px 70px;
}

body
{
	background-color: #231e1e;
	margin: 120px 0px 0px 0px;
	background-image: url(none);
	background-repeat: repeat-x;
	background-attachment: scroll;
}

p { color: white; font-size: 18px; font-family: arial, helvetica, sans-serif; margin: 0px 0px 0px 0px; }
td { color: white; font-size: 14px; line-height: 20px; font-family: arial, helvetica, sans-serif; margin: 0px 30px 10px 0px; }
.copyright { text-align: center; color: white; font-size: 10px; font-family: arial, helvetica, sans-serif; margin: 20px 0px 0px 0px; }

a:link
{
	color: yellow;
	text-decoration: none;
	font-size: 12px;
	cursor: hand;
	font-weight: none;
	line-height: 14px;
	font-family: arial, helvetica, sans-serif;
}

a:visited
{
	color: yellow;
	text-decoration: none;
	font-size: 12px;
	cursor: hand;
	font-weight: none;
	line-height: 14px;
	font-family: arial, helvetica, sans-serif;
}

a:active
{
	color: white;
	text-decoration: underline;
	font-size: 12px;
	cursor: hand;
	font-weight: bold;
	line-height: 14px;
	font-family: arial, helvetica, sans-serif;
}

a:hover
{
	color: white;
	text-decoration: underline;
	font-size: 12px;
	cursor: hand;
	font-weight: none;
	line-height: 14px;
	font-family: arial, helvetica, sans-serif;
}

@font-face {
    font-family: 'bankgothic_md_btmedium';
    src: url('fonts/bnkgothm-webfont.eot');
    src: url('fonts/bnkgothm-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bnkgothm-webfont.woff2') format('woff2'),
         url('fonts/bnkgothm-webfont.woff') format('woff'),
         url('fonts/bnkgothm-webfont.ttf') format('truetype'),
         url('fonts/bnkgothm-webfont.svg#bankgothic_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}