/* CSS Document */

html	{
	height: 100%;
	}

body	{
	background-color: #181818;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	}
	
td	{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	}
	
li	{
	margin-left:-10px;
	margin-top: 5px;
	}
	
ul	{
	margin-top: -5px;
	}
	
h1	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #333333;
	font-weight: bold;
	margin-top: -2px;
	}
	
.small	{
	font-size: 7pt;
	}
	
.green	{
	color: #507150;
	}
	
.subH	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #507150;
	font-weight: bold;
	line-height: 25px;
	}
	
.subHB	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #507150;
	font-weight: bold;
	}

.name	{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	}
	
.copyright	{
	font-size: 7pt;
	color: #FFFFFF;
	}
	
#copyright_pad	{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
#content_pad1	{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
a:link	{
	color: #507150;
	text-decoration: underline;
	}
a:visited	{
	color: #507150;
	text-decoration: underline;
	}
a:hover	{
	color: #181818;
	text-decoration: underline;
	}
a:active	{
	color: #181818;
	text-decoration: underline;
	}
	
	
a.nu:link	{
	color: #81B581;
	text-decoration: none;
	}
a.nu:visited	{
	color: #81B581;
	text-decoration: none;
	}
a.nu:hover	{
	color: #181818;
	text-decoration: none;
	}
a.nu:active	{
	color: #181818;
	text-decoration: none;
	}
