a:active
{ color: #ff0033;
	font-size: 13pt; 
	font-weight: ; 
	background-color: #FFFF00;
	text-decoration: none
 } 
 
a:hover
{ background-repeat: no repeat; 
	font-size: 11pt; 
	font-weight:; 
	background-color:yellow ;
  text-decoration: none;
} 

a:visited 
{ 
	color: #0000AA;
	font-size: 11pt; 
	text-decoration: none
}

a:link 
{
	text-decoration: none;
	font-size:11pt;
	color: #000000
}

table 
{  
	font-size: 11pt;
	font-style: normal; 
	color: #222222; 
	line-height: 13pt
}

body
{
  background-image:url(../images/bg.gif);
	background-repeat:no repeat;	
	top:0pt; 
	clip:rect(0pt auto); 
	background-position: center top; 
  font-size:11pt;
  font-style:normal; 
  color:#666666; 
  line-height:12pt
}
