A:link {  color: #003000; text-decoration: none; }
A:visited {   color: #003000; text-decoration: none; }
A:active {  color: #003000; text-decoration: none; }
A:hover { color: #000000; background-color: #44bb69; text-decoration: underline overline; }

body {
	background-color: #101010;
	color: #a7a7a7;
}

.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : #4a5a5a;
}

.standard12 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color : #4a5a5a;
}

.standard13 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13pt;
        color : #4a5a5a;
}

.standard14 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14pt;
        color : #4a5a5a;
}

.standard15 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15pt;
        color : #4a5a5a;
}

.standardred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ff0000;
}

.standardbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.standardboldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ff0000;
}

.huge {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 24pt;
        font-weight: bold;
        font-style: italic;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10pt;
}
