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

H1 {color:#cccccc; font-family: 'bebasregular'; font-size: 55px; margin-top: 0px; margin-bottom: 10px; padding-top: 10px; text-align: center;}

H2 {color:#cccccc; font-family: 'bebasregular'; font-size: 25px; margin-top: 0px; margin-bottom: 10px; padding-top: 5px; text-align: center;}


p, form tr td {color: #FFF; font-family:Arial,Helvetica,sans-serif; font-size: 14px; line-height: 140%}

li{color: #000; font-family:Arial,Helvetica,sans-serif; font-size: 12px; line-height: 120%}

.footer {font-size: 9px;}

a {color: #ffffff; }
a:hover {color: #00F; font-weight: bold;}

body {text-align: center; margin: 0px; padding: 0px; overflow: hidden;}

html{height:100%,width:100%; background: #000000;}


#container {height: 1001px; margin: 0px; padding: 0px; background: url('../images/HMbground.jpg') no-repeat fixed top;  }

#header {width: 100%; height: 100px; margin: 0px; padding: 0px; background: url('../images/blacktrans-60p.png'); border:none; position: fixed;}

#transbox {width: 300px; margin:auto; background: url('../images/blacktrans-60p.png'); border:none; position: fixed; top: 35%; left: 50%; margin-top: -230px; margin-left: -150px; }

	/* CSS for the scrollers */
	div.horizontal_scroller, div.vertical_scroller{
		position:relative;
		height:30px;
		width:280px;
		margin-left: 10px;
		margin-right: 10px;
		display:block;
		overflow:hidden;
		border:none;
	}
	div.scrollingtext{
		position:absolute;
		white-space:nowrap;
		font-family:Arial,Helvetica,sans-serif;
		font-size:14px;
		color:#FFFFFF;
	}