body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: #fff;
	text-align: left; 
	}
.text	{ 
	font-size: 85%;
	line-height: 130%;
	text-align: left;
	margin-left: 1em; 
	margin-right: 1em;
	}
.title	{ 
	font-family: Verdana, Arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps; 
	letter-spacing: -.1px;
	}
.note	{ 
	font-family: Arial, sans-serif;
	font-size: 80%;
	letter-spacing: -.1px;
	text-align: center;
	}
.note2	{ 
	font-family: Arial, sans-serif;
	font-size: 80%;
	letter-spacing: -.1px;
	text-align: center;
	}
li      {
	font-size: 80%; 
	line-height: 110%; 
	margin-left: 1em; 
	margin-right: 3em;
	text-align: left;
	}
ul      {
	list-style: square;
	}



/*  IE fixes */

#content, #sidebar {
	height: 1%;
	}

.feature { 
	display: inline-table; 
	}
/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}
#footer {
	height: 1%;
	}
/* End hide from IE/Mac */