

		#transparency_ {
			filter: alpha(opacity=55); -moz-opacity: .55; 
			background-color:#EEE; 
			position:absolute; 
			top:450px; left:250px; 
			font-size: 11px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			text-align: justify;
			line-height: 1.1;
			font-weight: bold;
		}

		.lowerpagelinks {
			font-size: 12px;
			font-family: Geneva, Arial, Helvetica, sans-serif;
			color: #2C5861;
			cursor: pointer;
			_cursor: hand;
		
		}

		.lowerpagelinksunder {
			font-size: 12px;
			font-family: Geneva, Arial, Helvetica, sans-serif;
			color: #2C5861;
			cursor: pointer;
			_cursor: hand;
			font-weight: bold;
			text-decoration: underline;
		}		
		.lowerpagelinksover {
			font-size: 12px;
			font-family: Geneva, Arial, Helvetica, sans-serif;
			color: #1E3F46;
			cursor: pointer;
			_cursor: hand;
			font-weight: bold;
			text-decoration: underline;
		}
		
		.linkbluenormal {
			font-size: 12px;
			font-family: Geneva, Arial, Helvetica, sans-serif;
			color: #1E27E1;
			cursor: pointer;
			_cursor: hand;
			font-weight: bold;
			text-decoration: underline;
		}		
		.linkblueover {
			font-size: 12px;
			font-family: Geneva, Arial, Helvetica, sans-serif;
			color: #1E27E1;
			cursor: pointer;
			_cursor: hand;
			font-weight: bold;
			text-decoration: underline;
		}		
		
		.lowerpagenohand {
			font-size: 12px;
			font-family: Geneva, Arial, Helvetica, sans-serif;
			color: #2C5861;		
		}
		
		.standardbody {
			font-size: 13px;
			font-family: Geneva, Arial, Helvetica, sans-serif;
			color: #2C5861;		
		}
		
		.imagetext {
			font-size: 12px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #FFFFFF;
			text-align: justify;
			line-height: 1.3;
			font-weight: bold;
		}

		.featuretext {
			font-size: 12px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #FFFFFF;
			text-align: justify;
			line-height: 1.5;
			font-weight: bold;
		}
				
		.imagemenue {
			font-size: 17px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #FFFFFF;
			text-align: right;
			padding-top:5px;
			padding-bottom:5px;
			padding-right:5px;
			padding-left:5px;
			line-height: 1.1;
			font-weight: normal;
			cursor: pointer;
			_cursor: hand;

		}

		.imagemenueOver {
			font-size: 17px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #FFFFFF;
			text-align: right;
			padding-top:5px;
			padding-bottom:5px;
			padding-right:5px;
			padding-left:5px;
			line-height: 1.1;
			font-weight: bold;
			cursor: pointer;
			_cursor: hand;

		}
		
		.imagemenueleft {
			font-size: 17px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #FFFFFF;
			text-align: left;
			padding-top:5px;
			padding-bottom:5px;
			padding-right:5px;
			padding-left:5px;
			line-height: 1.1;
			font-weight: normal;
			cursor: pointer;
			_cursor: hand;
		}		
		.imagemenueOverLeft {
			font-size: 17px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #FFFFFF;
			text-align: left;
			padding-top:5px;
			padding-bottom:5px;
			padding-right:5px;
			padding-left:5px;
			line-height: 1.1;
			font-weight: bold;
			cursor: pointer;
		_cursor: hand;
		}
		
				
		.transparency {
			background-color: #ffff33; filter: alpha(opacity=20, style=0); -moz-opacity: 20%; 
		}


div.scroll {
height: 434px;
width: 450px;
overflow: auto;
border: 0px solid #666;
background-color: #EAEAEA;
padding: 5px;
}

.hand {
    cursor: pointer; cursor: hand;
}

#container   
{   
    padding:20px;   
    width:300px;   
    color:#FFFFFF;   
    position:relative;   
    background-color:#000000;   
    float:left;   
    opacity:0.5;   
    filter:alpha(opacity=50);   
    -moz-opacity:0.5;   
}  
#container2  
{   
    padding:20px;   
    width:300px;   
    color:#FFFFFF;   
    position:relative;   
    float:left;   
    margin-left:20px;   
    overflow:hidden;   
}   
  
#container2 .transparency   
{   
    opacity:0.5;   
    filter:alpha(opacity=50);   
    -moz-opacity:0.5;   
    background-color:#000000;   
    width:340px;   
    height:1500px;   
    position:absolute;   
    top:0px;   
    left:0px;   
    z-index:-1;   
}   
  
.content   
{   
    position:relative;   
} 

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 0px solid black;
	padding: 2px;
	background-color: EAEAEA;
	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);
	
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #991A07;
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
