/* CSS Style Sheet */

@import url('html-page.css');
@import url('layout.css');
@import url('content.css');
@import url('formular.css');

* {
	margin:0;
	padding:0;
}
body {
	scrollbar-arrow-color: #ffffff;
	scrollbarBaseColor: #0000;
	scrollbar-track-color: #000;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-3d-light-color: #000;
	scrollbar-dark-shadow-color: #000;
	scrollbar-shadow-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999;
	line-height: 130%;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	border-top: 1px transparent solid;
	margin-top: -1px;
	z-index:0;
	position:relative;
	overflow: hidden;
}

img#background { height: 100%; width: 100%; z-index: -1; position:absolute; color: white;
}

html { height: 100%; overflow:hidden;
}

a, a:link, a:visited, a:active { 
	text-decoration:none; color: #E6E6E6; 
	}
	
a:hover { 
	color:#999999; 
	}

p {
	list-style-type: none;
}

H1,h2,h3 {
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
}h1 {
	font-weight: 400;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 0.1em;
	font-size: 1.6em;
	color: #e31e2d;
	text-transform: uppercase;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #FFF;
	text-transform: uppercase;
}
h4 {
	font-size: 1em;
	margin-top: 10px;
	font-weight: 700;
}
h5 {
	font-size: 1em;
	font-weight: 400;
	color: #FFF;
	text-transform: uppercase;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
