a:link, a:visited{
	color: rgb(255, 255, 000); 
	text-decoration:none;
}
a:active{
	color: rgb(255, 239, 0);
}
a:hover{
	text-decoration:underline;}
body{
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	font-family: Verdana;
	padding-left: 150px;
	top: 50px;
}
table{
	width: 100%; 
	border-collapse: collapse;
	border-width: 0px;
}
p.he1{
	text-align: center;
	font-family: Verdana;
}
p.he2{
	font-size: 12pt;
}
span.wh{	
	color: rgb(255, 255, 255);}
td.img{
	text-align: right;
	width: 200px;
}
td.titles1{
vertical-align: bottom;}
div.fixed {
	position: fixed;
	width: 10%;
	height: 200px;
	left: 5px;
	top: 0px;
	padding: 5px;}
	
div.fixedfooter {
	position: fixed;
	width: 10%;
	height: 200px;
	left: 5px;
	bottom: 0px;
	padding: 5px;
}
	
div.footer {
	font-size: 75%;
	position: fixed; 
	bottom: 0px;
	width:85%;
	text-align:center;
	background:black;
}
.cr {text-align: right}
.cc {text-align: center}
.cl {text-align: left}

input, textarea{
	font-family: Verdana;
	font-size:10pt;	}
input:focus, textarea:focus {background: #FFFF9B}