.nav
{
	font-size: 9pt;
	margin-left: 0px;
	padding-right: 20px;
	font-weight: bold;
	color: #666;
}

.subnav
{
	font-size: 8pt;
	margin-left: 0px;
	padding-right: 20px;
	font-weight: bold;
}

ol
{
	margin-left: 40px;
	margin-right: 20px;
	color: black;
	font-size: 10pt;
}

ul
{
	list-style-image: url(images/bullet.gif);
	margin-left: 40px;
	margin-right: 20px;
	color: black;
	font-size: 10pt;
}

a:link
{
	color: #00b111;
	font-weight: bold;
	text-decoration: none;
}

a:active
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #00b111;
	font-weight: bold;
	text-decoration: none;
}

a:visited:hover
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}


a.subnav:link
{
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

a.subnav:active
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a.subnav:hover
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a.subnav:visited
{
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

a.subnav:visited:hover
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}


