/* overall classes */
body { 
	background: url(images/bkgd_page.gif) repeat top left;
	font: 10pt tahoma;
	color: #000000;
	margin: 0px; 
	padding: 0px;
	}
p { 
	font: 10pt tahoma;
	color: #000000;
	}
a {
	color: #000000;
	}
	
/* navigation classes */
#navSpace {
	position: absolute;
	top: 75px;
	width: 200px;
	}
#navLook {
	margin: 1px 0px 5px 10px;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
#navLook ul {
	list-style: none;
	margin: 0px 0px 0px 1px;
	padding: 0px 0px 0px 1px;
	}
#navLook li {
	list-style: none;
	display: block;
	padding: 1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	}
#navLook li a {
	list-style: none;
	display: block;
	margin-left: 2px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #000000;
	}
#navLook li a:hover {
	list-style: none;
	display: block;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #000000;
	font-weight: bold;
	}
/* content classes */
#content {
	background: none;
	position: absolute;
	top: 68px;
	left: 204px;
	width: 575px;
	}
#indexPadding {
	background: none;
	position: absolute;
	top: 320px;
	left: 20px;
	width: 570px;
	}
#insidePadding {
	background: none;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 570px;
	}
/* text classes */
.indexHeader { 
	font: 14pt arial;
	color: #000000;
	text-align: left;
	border-bottom: 1px #999999 solid;
	}
.greenHeader { 
	font: 13pt arial;
	color: #009900;
	text-align: left;
	font-weight: bold;
	}
.blackRegular { 
	font: 10pt tahoma;
	color: #000000;
	}
.blackSmall { 
	font: 8pt tahoma;
	color: #000000;
	}
.toplink { 
	font: 8pt tahoma;
	color: #009900;
	}
.copyright { 
	font: 8pt tahoma;
	color: #666666;
	margin-top: 0px; 
	text-align: left;
	}
.designLink
{
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}