body {
	margin:0px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5b5b5b;
	line-height:18px;
	background:#FFFFFF;
}
a {
	color:#00aeef;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;	
}
a img {
	border:none;
}
p {
	margin:0px 0px 18px 0px;
}
/*@font-face {
	font-family: "League-Gothic";  
	src: url(../fonts/League-Gothic.eot);
	src: local("League Gothic"), url(../fonts/League-Gothic.otf) format("opentype");
}*/
@font-face {
    font-family: "League-Gothic";
    src: url('../fonts/league_gothic-webfont.eot');
    src: url('../fonts/league_gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/league_gothic-webfont.woff') format('woff'),
         url('../fonts/league_gothic-webfont.ttf') format('truetype'),
         url('../fonts/league_gothic-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5 {
	margin:0px;
	line-height:normal;
	font-family: "League-Gothic", Helvetica, sans-serif;
	font-weight:normal;
	color:#00aeef;
	text-transform:uppercase;
	text-shadow:#FFFFFF 1px 1px 1px;
}
h1 {
	margin:0px 0px 18px 0px;
	padding:0px;
	font-size:44px;
}
h2 {
	margin:0px 0px 12px 0px;
	padding:0px;
	font-size:30px;
}
h3 {
	margin:0px 0px 8px 0px;
	font-size:22px;
	color:#0a0405;
}
h3 strong {
	font-weight:normal;
}
h4 {
	margin:0px 0px 8px 0px;
	font-size:18px;
	color:#0a0405;
}
h5 {
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#5b5b5b;
}

li {
	color:#00aeef;	
}

.norm {
	color:#5b5b5b;
}
.black {
	color:#0a0405;	
}
.blue {
	color:#00aeef;
}
.image_padding {
	padding:0px 10px 0px 10px;	
}