

A:link {
	text-decoration : none;
	color : #00CC00;
        }
A:active {
	text-decoration : none;
	color : #00CC00;
        }
A:visited {
	text-decoration : none;
	color : #00CC00;
        }

A.text:link {
	text-decoration : none;
	color : #FFFFFF;
        }
A.text:active {
	text-decoration : none;
	color : #FFFFFF;
        }
A.text:visited {
	text-decoration : none;
	color : #FFFFFF;
        }
  
A:hover {
        text-decoration : none;
        color : #000000;
        background-color : #00CC00;
        }

A.text:hover {
        text-decoration : none;
        color : #FFFFFF;
        background-color : transparent;
        }

B {
        font-weight : bold;
        }

.highlight {
        color : #000000;
        background-color : #FFFFFF;
        }

body  {
	background-color : #000000;
	font-family : "Courier New",courier;
	font-size : 10pt;
	color : #FFFFFF;
        }

.f8 {
	font-size : 8pt;
	font-weight : normal;
        }
.f9 {
	font-size : 9pt;
	font-weight : normal;
        }
.f11 {
	font-size : 11pt;
	font-weight : normal;
        }
.f12 {
	font-size : 12pt;
	font-weight : normal;
        }
.f15 {
	font-size : 15pt;
	font-weight : normal;
        }
.f18 {
	font-size : 18pt;
	font-weight : normal;
        }
.red {
        color : #FF0000;
        }

td  {
	font-size : 10pt;
	font-family : "Courier New",courier;
	color : #FFFFFF;
}

h4	{
	color: #FFFFFF;
	font-family: "Courier New",courier;
	font-size: 100%;
	font-weigth: bold;
}

h3	{
	color: #FFFFFF;
	font-family: "Courier New",courier;
	font-size: 107%;
	font-weigth: bold;
}

h2	{
	color: #FFFFFF;
	font-family: "Courier New",courier;
	font-size: 114%;
	font-weigth: bold;
}

h1	{
	color: #FFFFFF;
	font-family: "Courier New",courier;
	font-size: 120%;
	font-weigth: bold;
}

