body { 
	background-image: url(imageURL);
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-size:8pt;
	font-family:verdana;
	text-align:justify;

}


tr, td{
	color:#FFFFFF;
	font-size:8pt;
	font-family:verdana;
	text-align:justify;
}

a:link{
	color:#424242; 
	text-decoration:none;
	font-weight:normal;
}

a:visited{
	color:#424242;
	text-decoration:none;
	font-weight:normal;
}

a:active{
	color:#424242;
	text-decoration:underline;
	font-weight:normal;
}

a:hover{
	color:#7F7F7F;
	text-decoration:none;
	font-weight:normal;
}
         

textarea, input{
	font-family: verdana;
	font-size: 8pt;
	color: #FFFFFF;
	background: #000000;
	border: 1px solid;
	border-color: #7F7F7F;
}


#header { font-weight:bold; 
	font-size:8pt; 
	align:left;
	text-decoration:none;
	text-transform:uppercase;
	background-color:#424242;
}
