@CHARSET "UTF-8";
/******* GENERAL RESET *******/
body {
	line-height: 14px;
	font-size: 12px;
	background: #000;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0pt;
}

strong {
	font-weight: 700;
}

a {color: #CC9933;}
a:visited {color:#CC9933;}
a:hover {color: #CC9933;}
a:active { color:#CC9933;}

:focus { 
	-moz-outline-style: none; 
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
/******* /GENERAL RESET *******/
/******* REUSE *******/
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #CC9933;
	line-height: 1.8em;
}
h1 {
	font-size:24px;	
}
h2 {
	font-size: 22px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:18px;
}
/******* /REUSE *******/

