A {color: rgb(255,255,255)}

A:hover {color: rgb(255,255,255)}
A:unvisited {color: rgb(255,255,255)}
A:visited {color:rgb(255,255,255)}
A:active {color: rgb(255,255,255)}

A.hvid {
   text-decoration: none;
   color: #FFFFFF}
A.hvid:unvisited {color: #FFFFFF}
A.hvid:visited {color: #FFFFFF}
A.hvid:active {color: #FFFFFF}
A.hvid:hover {color: #FF9933}

body {
    font-family: Arial, Helvetica;
    font-size: 10pt;
	color: rgb(0,0,102);
	background : white;  
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position : left top;
	margin : 0
}

P {
   font-family: Arial, Helvetica;
   font-size: 10pt;
   color: rgb(0,0,102);
}
table {
   font-family: Arial, Helvetica;
   font-size: 10pt;
   background-color: white;     
   border : 0;
   border-color : white;
}
FORM.search {
   font-family: Arial, Helvetica;
   font-size: 8pt;
   font-weight: bold;
   color: rgb(0,0,102);
}
ul {
   font-family: Arial, Helvetica;
   font-size: 10pt;
   color: rgb(0,0,102);
}
h3 {
   font-family: Arial, Helvetica;
   font-size: 12pt;
   font-weight: bold;
   font-style: italic;
   color: rgb(204,102,51);
}
h1 {
   font-family: Arial, Helvetica;
   font-size: 14pt;
   font-weight: bold;
   color: rgb(204,102,51);
}

a.normLink:visited {color: blue;text-decoration: none;}
a.normLink:link {color: blue;text-decoration: none;}
a.normLink:hover {color: blue;text-decoration: underline;}
a.normLink:active {color: blue;text-decoration: underline;}


