a:link
{
	text-decoration : none;
	color : #E98C2F;
}
a:visited
{
	text-decoration : none;
	color : #E98C2F; 
} 
a:active 
{
	text-decoration : none;
	color : #E98C2F;
}
a:hover 
{
	text-decoration : none;
	color : #00FF00;
}
	
BODY 
 {
 margin: 0px 0px 0px 0px;
    background-color: #000000;
    font-family: Verdana, Arial, Helvetica;
    color: #000000;
	font-size: 8pt;
	  scrollbar-face-color: #00471B;
      scrollbar-shadow-color: #000000;
      scrollbar-highlight-color: #127F12;
      scrollbar-3dlight-color: #000000;
      scrollbar-darkshadow-color: #127F12;
      scrollbar-track-color: #01290F;
      scrollbar-arrow-color: #CCCCCC;
	}
	
				td
	{
	font-size: 8pt;
	}
	
	.scrolldiv
	{
	    overflow: auto;
	    width: 495px; 
	    height: 491px;
	}
		.doctorscrolldiv
	{
	    overflow: auto;
	    width: 388px; 
	    height: 436px;
	    background-color: #934569;
	}