@charset "UTF-8";
/* CSS Document */

/* 
* This stylesheet resets default browser styles and defines a 
* set of default styles consistent across browsers. 
*/ 
html, body, * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#FFFFFF;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	background-image: url(../images/layout/header_bck.gif);
	background-repeat: repeat-x;
}
:link img, :visited img, :hover img, :active img, img { border: none; } 
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { 
	font-size: 28px;
	color: #ffcc07;
	line-height:32px;
	margin-bottom:0.8em;
	margin-top: 0px;
	font-weight: bold;
}

h1 a, h1 a:active, h1 a:link, h1 a:visited { 
	font-size: 28px;
	color: #ffcc07;
	line-height:32px;
	margin-bottom:0.8em;
	margin-top: 0px;
	font-weight: bold;
}

h2 { 
	font-size: 18px;
	color: #ffcc07;
	line-height:24px;
	margin-bottom:0.8em;
	margin-top: 0px;
	font-weight: normal;
}

h2 a, h2 a:active, h2 a:link, h2 a:visited { 
	font-size: 20px;
	color: #ffcc07;
	line-height:24px;
	margin-bottom:0.8em;
	margin-top: 0px;
	font-weight: bold;
}


h3 { 
	font-size: 14px;
	line-height:18px;
	color: #ffcc07;
	margin-bottom: 0.8em;
	margin-top: 0px; 
	font-weight:bold;
}
h3 a, h3 a:active, h3 a:link, h3 a:visited { 
	font-size: 12px;
	line-height:18px;
	color:#999999;
	margin-bottom: 0.8em;
	margin-top: 0px; 
	font-weight:bold;
}

h4 { 
	font-size:16px;
	color:#663366;
	line-height:22px;
	margin-bottom:0.8em;
	font-weight: bold;
	font-style:oblique;
}

h5 { 
	font-size:12px;
	color: #ffcc07;
	line-height:18px;
	margin-bottom:0.8em;
	font-weight: bold;
}

h6, p, ul, ol, address, blockquote, dl, table { 
	font-size: 1em; 
	margin-bottom: 1.4em; 
}
p.nopad {
	margin-bottom:0px;	
}
ul, li { 
	list-style-type: disc; 
	margin-left: 15px;
} 
.ulmargin {
	margin-left: 15px;
}
ol, ol li { 
	list-style-type: decimal;
	margin-left: 15px;
}

em {  
font-style: italic;
font-size: inherit;
}

strong { 
font-weight: bold;
font-size: inherit;
}
u {
	font-size:inherit;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: inherit;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: inherit;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #ffcc07;
	font-size: inherit;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: inherit;
	font-weight: normal;
}

.floatleft {
	float:left;
}
.floatright {
	float: right;
}
.marginright {
	margin-right: 20px;
}
.marginleft {
	margin-left: 20px;
}

fieldset { border: none; }


/* 
* Not really a default style, but this class is used in 
* every project. 
*/ 
.clear:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
font-size: 0; 
}

.clear { 
	display: inline-table;
	clear:both;
	height:0;
	margin:0px;
	padding: 0px;
}

/* Hide from IE/Mac \*/ 
* html .clear { height: 1%; } 
.clear { 
	display: block; 
} 
/* Hide from IE/Mac */ 

