p {text-align: justify; font-size:12;}
H2 {text-align: center}
P, H2 {font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans Unicode";}

.linkbar {
  text-align: center;
  background-color: lightgrey;
  font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
  font-size: 14;
}

.linkbar a:link  {       
        text-decoration:        none;
        color:  #333366;
}       
                
.linkbar a:visited       {       
        text-decoration:        none;
        color:  #666666;
}       
                
.linkbar a:active	{       
        text-decoration:        none;
        color:  white;
}
	
.linkbar a:hover {       
        text-decoration:        underline;
        color:  white;
} 

TD	{
	COLOR: #666666;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	FONT-STYLE: normal;
	FONT-WEIGHT: normal;
	TEXT-DECORATION : none; 
	line-height: 22px
}


h2	{
	FONT-FAMILY : Verdana, Arial, Helvetica, sans-serif;
	color: #333399
	}

P.whitebg { FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px; FONT-STYLE: normal; FONT-WEIGHT: normal; line-height: 14px; text-decoration: none; color: #000000}

a:link {
  text-decoration: none;
  color: ##666666;
}

a:visited {
  text-decoration: none;
  color: darkred;
}

a:active {
  text-decoration: none;
  color: #666666;
}

a:hover {
        text-decoration:        underline;
  color: #660099;
}



