body {
	background: white;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:		0;
	padding:	0;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: 0;
}

.clearfix {
	clear: both;
}

.clear {
	clear: both;
}

li {
	margin-bottom: 8pt;
}

table th {
	text-align: left;
}
table td {
	text-align: center;
}


#maincontent h1 {
	font-size:		1.5em;
}

#maincontent h2 {
	font-size:		1.4em;
}

#maincontent h3 {
	font-size:		1.3em;
}

#maincontent h4 {
	font-size:		1.2em;
}

.half {
	width:					48%;
}
.floatright {
	float: 					right;
}
.floatleft {
	float: 					left;
}
* html .floatright,
* html .floatleft {
	display:				inline; /*to avoid IE double margin bug*/
}


#footer {
	padding-top:		20pt;
	font-size:			 8pt;
	clear: 				both;
}

#sidebar,
#footer p.floatleft,
.printhide,
#mainnav {
	display:			none;
}


.clearfix:after,#body:after, ul.listing li:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix,#body, ul.listing li {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix, * html #body, * html ul.listing li {height: 1%;}
.clearfix, #body, ul.listing li {display: block;}
/* End hide from IE-mac */

