a:link       	{ color: rgb(255,255,255); text-decoration: none }
a:visited    	{ color: rgb(255,255,255); text-decoration: none }
a:hover	   		{ color: rgb(255,255,255); text-decoration: underline }

a.passive:link       	{ color: rgb(255,255,255); text-decoration: none }
a.passive:visited    	{ color: rgb(255,255,255); text-decoration: none }
a.passive:hover	   		{ color: rgb(220,220,220); text-decoration: none }


body		 	{ background-color: rgb(0,0,0); font-family: Verdana, Helvetica; font-size: 13px;
				  margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0}
p,table 		{ font-family: Verdana, Helvetica; font-size: 13px; color: rgb(255,255,255);
				  margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0}	  
input,textarea,select	{ color: rgb(0,0,0); font-family: Arial, Helvetica; font-size: 13px}

.footer_white	{ color: rgb(255,255,255); background-color: transparent;  font-family: Verdana, Helvetica; font-size: 11px; }
.white	{ color: rgb(255,255,255); background-color: transparent;  font-family: Verdana, Helvetica; font-size: 13px; }

.small			{ font-size: 11px; }
.med			{ font-size: 15px; }
.large			{ font-size: 17px; }