.whitetext
{	
     font-family: Tahoma, Arial, Helvetica;
	color: #ffffff;
	font-size: 11px;
     font-weight: normal;
}

.bold, b
{	
     font-family: Tahoma, Arial, Helvetica;
	color: #ffffff;
	font-size: 11px;
     font-weight: bold;
}

.header
{	
     font-family: Tahoma, Arial, Helvetica;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}

.whitelink  
{
	font-size : 11px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
	color : #ffffff;
}

.whitelink:Active  
{
	font-size : 11px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
	color : #ffffff;
}

.whitelink:Visited  
{
	font-size : 11px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
	color : #c0c0c0;
}

.whitelink:Hover  
{
	font-size : 11px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	color : #cccc99;
}

#divCont
{	
     position: relative; 
	width: 350; 
	height: 320; 
	overflow: hidden; 
	top: 30; 
	left: 5; 
	clip: rect(0,350,320,0); 
	visibility: hidden;		
	z-index: 2;	
}
	
#divText
{   
     position: absolute; 
	top: 0; 
	left: 0;	  
	width: 350;	
	height: 500;	
	visibility: visible;	
	z-index: 1;	
}

input, textarea, select, option
{
	font-family: arial;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	background-color: #3F495A;
    border: 1px solid #FFFFFF;
}

.content
{
     border: 0px; 
     overflow: auto; 
     scrollbar-base-color: #524E4E; 
     scrollbar-arrow-color: #ffffff;
     scrollbar-face-color: #524E4E;
     scrollbar-highlight-color: #2A2319;
     scrollbar-3dlight-color: #433A2E;
     scrollbar-darkshadow-color: #000000;
     scrollbar-shadow-color: #706767;
     padding: 5px;
}