BODY { background color: #ffffff; margin: 10px;} 

p, div, ul, ol, li
   	   	   {font-family: Arial, Helvetica, Sans-serif; 
   		   font-size: 10pt
		   color: #000000}

td  	   {font-family: Arial, Helvetica, Sans-serif; 
   		   font-size: 10pt;
		   padding: 10px}
  
.mainDiv
{
  width:210px;
}
.topItem
{
  width:210px;
  height:22px;
  cursor:pointer;
  background: #B5B5C3;
  text-decoration: none;
  color: black; 
  font-family:"ARIAL";
  font-size: 12pt;
A:link 	  { COLOR: #000000 } 
}

.dropMenu
{
  background: #F5F5F5;
  border-top:1px solid #467BF2;
  border-left:1px solid #92B1F8;
  border-right:1px solid #92B1F8;
  border-bottom:1px solid #92B1F8;
}

.subMenu
{
   display:none;

}
.subItem
{
   cursor:pointer;
   font-family:"ARIAL";
   font-size: 10pt;
   text-decoration:none;
}

.subItem a
{
   text-decoration:none;
}

.subItemOver
{
   cursor:pointer;
   text-decoration:underline;
}

.subItemOver  a
{
   color:blue;
    font-size: 10pt
}

.drop
{
   border-left:1px black;
   border-right:1px black;	
}
	   		   
.trans     
	       {border-width: 0px}
		   
.smal	   {font-family: Arial, Helvetica, Sans-serif; 
   		   font-size: 10pt;
		   padding: 0px}		   
		      
	 			
.acode 
	   	  { FONT-WEIGHT: normal; 
		    FONT-SIZE: 12pt; 
		    COLOR: #ff0000}
		  
.bcode
	   	  { FONT-WEIGHT: normal; 
		    FONT-SIZE: 12pt; 
		    COLOR: #000000}

.ccode
	      {FONT-WEIGHT: normal; 
		  FONT-SIZE: 10pt; 
		  COLOR: #000000}
.dcode
	  	  {FONT-WEIGHT: normal; 
		  FONT-SIZE: 8pt; 
		  COLOR: #000000}
		  
.xcode
	   	  { FONT-WEIGHT: normal; 
		    FONT-SIZE: 16pt; 
		    COLOR: #B5B5C3;
		    margin-top:-300px}
		    
.ecode
	   	  { FONT-WEIGHT: normal; 
		    FONT-SIZE: 16pt; 
		    COLOR: #B5B5C3}
.menu {
 position:relative;
 background-color:darkred;
 border:0px solid darktred;
 width:210;
 font-size:13px;
 font-family:verdana;
 font:bold;
 color:lightyellow;
 position:absolute;
 cursor:se-resize;
}

.item_panel {
  width:190;
  border-left:0px solid darkred;
  border-right:0px solid darkred;
  clip:rect(0,200,0,0);
  position:absolute;
}

.item_panel a {
 text-decoration:none;
 color:black;
 cursor:hand;
}

.item {
 background-color:lightyellow;
 width:190;
 font-size:12px;
 font-family:verdana;
}

.centeredImage {
    text-align:center;
    display:block;
    }

.button
{
	display:block;
	width:180px;
	height:28px;
	background-image:url(button.png);
	background-repeat: no-repeat;
	font-weight:bold;
	text-align:center;
	text-decoration:none;	
	padding:4px;	
	margin:0;
}


.button1
{
	display:block;
	width:180px;
	height:28px;
	background-image:url(button.png);
	background-repeat: no-repeat;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding:5px;	
	margin:0;
	position:absolute;
	left:8px;
	margin-top:-2px;
	margin-left:8px;
}

a.button1:visited
{
	color:white;
}

a.button1:link
{
	color:white;
}

a.button1:hover
{
	color:#ccc;
	margin-left:10px;
	margin-top:0px;	
}

.buttonlist
{
	height:32px;
}

.bar
{
	position:relative;
	background-image:url();
	padding:2px 0 2px 2px;
	width:600px;
	height:30px;
}



						  
A:link 	  { COLOR: #886666 }
A:visited {	COLOR: #cd5c5c }
A:hover   { COLOR: #ffbc8f } 
A:active  { COLOR: #00008b }

