.verdana     { font-family: verdana; font-size: 10pt; font-weight: none }
a:link       { text-decoration: none; color: #330099; }
a:active     { text-decoration: none; color: #FFFFFF; }
a:visited    { text-decoration: none; color: #330099; }
a:hover      { text-decoration: none; color: #FFFFFF; text-decoration: overline; background-color: #6E7EBC; }

body {
	scrollbar-arrow-color: #CCBFB7;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-base-color:#FFFFFF; 
	scrollbar-highlight-color:#CCBFB7; 
	scrollbar-face-color:#FFFFFF; 
	scrollbar-shadow-color:#FFFFFF }
        	FONT-FAMILY:verdana; FONT-SIZE: 10pt; COLOR: #03054F;	
td	{
	color: #537EB1;
	}
div.transOFF {width: 100%; background-color: white;border:1px solid black; }
div.transON  {width: 100%; background-color: white;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.5;border:1px solid black; }


#dropinboxv2cover{
width: 180px; /*change width to desired */
height:100px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
border: 0px solid black; /*Customize box appearance*/
background-color: transparent;
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 160px; /*change width to above width-20. */
height: 80px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 2px solid black; /*Customize box appearance*/

padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}



			
