body {
	background-image: url(images/bg.jpg); background-repeat: no-repeat; 
	background-color: #000000;
	font-family:Verdana,arial,Helvetica,sans-serif; 
	color:#878787;
	font-size:10px; 
	 }
	 


p {font-family:Verdana,arial,Helvetica,sans-serif; 
	color:#silver;
	font-size:10px; 
	text-align: justify;
	}
	

	td {font-family:Verdana,arial,Helvetica,sans-serif; 
	color:#FAF705;
	font-size:11px; 
	text-align: justify;
	}
	
A:link {
	COLOR: #7B510E; TEXT-DECORATION: none; FONT-WEIGHT: bold; 
}
A:visited {
	COLOR: #7B510E; TEXT-DECORATION: none; FONT-WEIGHT: bold;
}
A:hover {
	COLOR: #ff9900; TEXT-DECORATION: none; FONT-WEIGHT: bold;
}
A:active {
	COLOR: #ffffff; TEXT-DECORATION: none; FONT-WEIGHT: bold;
}


#profile
{
  display: block;
  width: 160px;
  height: 160px;
  align: right;
  background: url("images/fx6.jpg") no-repeat 0 0;
}
#profile:hover
{ 
  background: url("images/fx3.jpg") no-repeat 0 0;

}
#profile span
{
  display: none;
}



.form {
    color: #000000; 
	font: 11px Verdana; 
	background-color: #f4f4f4; 
	border-width: 1; 
	border-color: #C1BFBF; 
	border-style: solid;
}
.clear {
font-size: 1px;
height: 1px;
clear: both;
} 