BODY	{font-family: arial, sans-serif}
BODY	{background: black}
			
.footer {font-size: 10pt}
.footer {font-weight: bold}
.footer {color: white}
.footer A:link		{font-size: 10pt; font-weight: bold; text-decoration:none; color: white;}
.footer A:visited	{font-size: 10pt; font-weight: bold; text-decoration:none; color: white;}
.footer A:active	{font-size: 10pt; font-weight: bold; text-decoration:none; color: silver;}
.footer A:hover		{font-size: 10pt; font-weight: bold; text-decoration:none; color: black;}

.copyright {font-size: 8pt}
.copyright {font-weight: bold}
.copyright {color: white}
.copyright A:link		{font-size: 8pt; font-weight: bold; text-decoration:none; color: white;}
.copyright A:visited	{font-size: 8pt; font-weight: bold; text-decoration:none; color: white;}
.copyright A:active	{font-size: 8pt; font-weight: bold; text-decoration:none; color: white;}
.copyright A:hover		{font-size: 8pt; font-weight: bold; text-decoration:none; color: black;}

.body {font-size: 10pt}
.body {font-weight: normal}
.body {color: black}
.body A:link		{font-size: 10pt; font-weight: bold; text-decoration:none; color: 187A2E;}
.body A:visited	{font-size: 10pt; font-weight: bold; text-decoration:none; color: 187A2E;}
.body A:active	{font-size: 10pt; font-weight: bold; text-decoration:none; color: A26932;}
.body A:hover		{font-size: 10pt; font-weight: bold; text-decoration:none; color: A26932;}

.small {font-size: 8pt}
.small {font-weight: normal}
.small {color: black}
.small A:link		{font-size: 8pt; font-weight: bold; text-decoration:none; color: 187A2E;}
.small A:visited	{font-size: 8pt; font-weight: bold; text-decoration:none; color: 187A2E;}
.small A:active	{font-size: 8pt; font-weight: bold; text-decoration:none; color: A26932;}
.small A:hover		{font-size: 8pt; font-weight: bold; text-decoration:none; color: A26932;}

.accent {font-size: 16pt}
.accent {font-weight: bold}
.accent {color: 187A2E;}
.accent A:link		{font-size: 16pt; font-weight: bold; text-decoration:none; color: 187A2E;}
.accent A:visited	{font-size: 16pt; font-weight: bold; text-decoration:none; color: 187A2E;}
.accent A:active	{font-size: 16pt; font-weight: bold; text-decoration:none; color: A26932;}
.accent A:hover		{font-size: 16pt; font-weight: bold; text-decoration:none; color: A26932;}

.title {font-size: 20pt}
.title {font-weight: bold}
.title {color: black}

#dhtmltooltip {
position: absolute;
width: 150px;
border: 1px solid #FFB050;
padding: 2px;
color: white;
background-color: #187A2E;
visibility: hidden;
z-index: 100;
}
label:hover {
	text-decoration:blink;
}
		
