	A:link					{		text-decoration:	none;	font-family: Arial;	font-size: 12px;	color:	#555555;	}	
	A:visited				{		text-decoration:	none;	font-family: Arial;	font-size: 12px;	color:	#555555;	}	
	A:active				{		text-decoration:	none;	font-family: Arial;	font-size: 12px;	color:	#555555;	}	
	A:hover					{		text-decoration:	none;	font-family: Arial;	font-size: 12px;	color:	#2222FF;	}
	
 .basic 					{	font-family: Arial;	font-size: 10px;	color:	#000000;}
 .basic_plus 		{	font-family: Arial;	font-size: 10px;	color:	#666666;}
 .bbasic 				{	font-family: Arial;	font-size: 12px;	color:	#000000;}
 .bbasic_red			{	font-family: Arial;	font-size: 12px;	color:	#FF0000;}
 .bbasic_plus 		{	font-family: Arial;	font-size: 12px;	color:	#666666;}
 .big_basic 			{ font-family: Arial;	font-size: 16px;	color:	#000000;}
 .big_basic_plus {	font-family: Arial;	font-size: 14px;	color:	#666666;}
 .standard   		{color: "#454545"; font-family: "Arial"; font-size: 14px}
 .hdr						{color: "#000000"; font-family: "Arial"; font-size: 16px; font-weight: bold}
 .hdr_error			{color: "#CC0000"; font-family: "Arial"; font-size: 24px; font-weight: bold} 
 .text						{color: "#222222"; font-family: "Arial"; font-size: 14px}
 .standard2   		{color: "#000000"; font-family: "Arial"; font-size: 12px;} 
 .tech						{color: "#454545"; font-family: "Arial"; font-size: 10px}
 .tech2						{color: "#000000"; font-family: "Arial"; font-size: 10px}
 .time						{color: "#EEEEEE"; font-family: "Arial"; font-size: 9px}
 .header_u   		{text-decoration: underline; color="#000000"; font-family: "Arial"; font-size: 16px; font-weight: bold} 
 .header2    		{color: "#000000"; font-family: "Arial"; font-size: 14px; font-weight: bold} 
 .header3    		{color: "#000000"; font-family: "Arial"; font-size: 12px; font-weight: bold} 
 .header3_red 		{color: "#FF0000"; font-family: "Arial"; font-size: 12px; font-weight: bold} 

 .formtext  {
    font-family : Arial;
    font-size : 12px;
    background-color : #93BEE2;
    border-color : red;
    border-style : inset;
    border-width : 5px;
    color : #EEEEEE;
	}

 .img_left		{float: left; margin: 10px; border: none;}
 .img_right	{float: right; margin: 10px; border: none;}

	UL.box { 
    background: #454545; 
    margin: 2px 2px 2px 2px;      
    padding: 1px 1px 1px 1px;
  }
  
	UL.main { 
    margin: 2px 2px 2px 2px;      
    padding: 1px 1px 1px 1px;
  }
  
	LI.box { 
    list-style: none;
    color: #454545;    
    background: #FFFFFF;
    margin: 0px 0px 0px 0px; 
    padding: 5px 5px 5px 5px;
  }
  
	LI.main {
		list-style: square inside;
    margin: 0px 0px 0px 0px; 
    padding: 5px 5px 5px 5px;
  }	
  
/* THIS IS THE CODE TO MAKE THE DROP SHADOW WORK WITH BLOCK ELEMENTS. */
 .dropshadow{
		float:center;
		clear:left;
		background: url(images/shadowAlpha.png) no-repeat bottom right !important;
		background: url(images/shadow.gif) no-repeat bottom right;
		margin: 10px 0 10px 10px !important;
		margin: 10px 0 10px 5px;
		width: 650px;
		padding: 0px;
		}

 .innerbox{
		position:relative;
    background: #FFFFFF;		
		bottom:6px;
		right: 6px;
		border: 1px solid #999999;
		padding:4px;
		margin: 0px 0px 0px 0px;
		}
 .innerbox{
		/* IE5 hack */
		\margin: 0px 0px -3px 0px;
		ma\rgin:  0px 0px 0px 0px;
		}
 .innerbox p{		
		font-size:14px;
		margin: 3px;
		} 
		
	table.thin{
		border: 1px solid;
		border-color: #000000;
		background: #FFFFFF;		
	}

	td.thinTopLeftRightBottom{
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
	}	
	td.thinTopLeftRight{
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		border-top: 1px solid #000000;
	}	
	td.thinTopLeftBottom{
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		border-bottom: 1px solid #000000;
	}	
	td.thinTopRightBottom{
		border-top: 1px solid #000000;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
	}
	td.thinTopLeft{
		border-left: 1px solid #000000;
		border-top: 1px solid #000000;
	}	
	td.thinTopRight{
		border-right: 1px solid #000000;
		border-top: 1px solid #000000;
	}			
	td.thinLeftBottom{
		border-left: 1px solid #000000;
		border-bottom: 1px solid #000000;
	}	
	td.thinRightBottom{
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
	}		
	td.thinLeftTop{
		border-left: 1px solid #000000;
		border-top: 1px solid #000000;
	}	
	td.thinRightTop{
		border-right: 1px solid #000000;
		border-top: 1px solid #000000;
	}
	td.thinLeft{
		border-left: 1px solid #000000;
	}			
	td.thinRight{
		border-right: 1px solid #000000;
	}			
	td.thinTopBottom{
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
	}
	td.thinTop{
		border-top: 1px solid #000000;
	}	
	td.thinBottom{
		border-bottom: 1px solid #000000;
	}			

#dhtmltooltip{
position: absolute;
left: -300px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
