@charset "utf-8";
/* CSS Document */

/* Reset */
html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	vertical-align: baseline;
	color:#000;
	
}
body {
	line-height: 1.3em;
	font-family: Tahoma, Arial, san-serif;
	background-color: #FFF;
	background-image: url(../images/header/bg_fog.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	z-index:-7;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
	margin:15px auto;
	font-style: italic;
	padding:10px;
	font-size:0.9em;
	border:solid 1px #CCC;
	background:#EAEAEA;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '"';
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5 {
	
	font-weight:normal;
	color: #222222;
	padding: 0;
	margin: 0 0 8px 0;
}

h1 { font-size: 1.6em; letter-spacing: -1px; }
h2 { font-size: 1.4em; letter-spacing: -.7px; }
h3 { font-size: 1.2em; letter-spacing: -.5px; }
h4 { font-size: 1em; }
h5 { font-size: 0.9em; margin-bottom: 3px; }
h6 { font-size: 0.8em; margin-bottom: 3px; }

p {
	line-height:1.5em;
	font-size:0.9em;
	color:#333;
}

.clear { clear:both; }
.clearleft { clear:left; }
.clearright { clear:right; }
.clearinherit { clear:inherit; }


a { 
	text-decoration:none;
	color:#069;
}
a:hover { 
	text-decoration:underline;
}