html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 76%;
	text-align: center;
	background: #242424;	
	color: #000000;
}

#page {
	background-color: #333333;
	color: #FFFFFF;
}

p, ol, ul, li {
	font-size: 1.0em;
	line-height: 1.6em;
	}

li {
	margin-bottom: 0.5em;	
}

li .first_sub {
	margin-top: 0.5em;	
}

em {
	font-weight : bold;
	font-style : italic;
}

small {
	font-size : 0.85em;
	font-style : italic;
}

H1 {
	font-size : 2em;
	font-weight : 900;
	margin-top: 0;
}

H2 {
	font-size : 1.5em;
	margin-top: 0;
}

H3 {
	font-size : 1.25em;
}

H4 {
	font-size : 1.1em;
}

sup {
	font-size: 50%;
}

address {
	font-style : normal;
	display: inline;	
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0px;
}
