
body
{
	font-family: arial;	
}


a:link
{
	color:						 white;
	text-decoration:			 underline;
}

a:visited
{
	color:						 white;
	text-decoration:			 underline;
}

a:hover
{
	color:						 white;
	text-decoration:			 underline;
}

a.menuitem:link
{
   color:                        white; 
   text-decoration:              none;
   font-weight:                  bold; 
   font-family:                  Ariel;
   font-size:                    12pt;
}
	
a.menuitem:visited 
{
   color:                        white; 
   text-decoration:              none;
   font-weight:                  bold; 
   font-family:                  Ariel;
   font-size:                    12pt;
}
	
a.menuitem:hover 
{
   color:                        white; 
   text-decoration:              underline;
   font-weight:                  bold; 
   font-family:                  Ariel;
   font-size:                    12pt;
} 

.header
{
	position:absolute; 
	left:0px; 
	top:130px;
}
