@charset "utf-8";
/* --- general settings ---- */
html, body, h1, h1, h3, h4, p, a, a:hover, ul, ol, li, table, tr, td{
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 8.5pt;
	font-style: normal;
	font-family: Helvetica, "century gothic", tahoma, sans-serif;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;	
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border:none;
	}
body {
	background-color: #fff;
}
h1 {font-size:12pt; color:#900; clear:none;	float:left;	margin: 5px 0px 15px 0px; font-weight:100;}
h2 {font-size:11pt;	color:#666;	clear:both;	float:left;	margin: 30px 0px 10px 2px;font-weight:100;}

img, div { behavior: url(iepngfix.htc) }

/* --- page structure ---- */
#mainwrapper {width:1000px;height:auto;display:block;margin:0 auto;}
