<style type="text/css"> 
<!-- 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.linkage { 
	color:#666666;
	font-size:10px;
}
.style1 {
	color: #FF0000;
	font-size: 14px;
}
div.LightBox {
  position: relative;
  top:5px;
  left:100px;
  width:350px;
  height:350px;
  border:1px solid black;
  background-color:#ffffff;
  padding:0;
  z-index:3;
}
div.LightBoxBackground {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position:absolute; 
  top:0%;
  left:0%;
  width:100%; 
  height:100%; 
  background-color:#ffffff; 
  z-index:1; 
  opacity:.65; 
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  z-index:2;
}

div.LightBoxWrapper {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position:absolute; 
  top:0%; 
  left:0%; 
  width:100%; 
  height:100%; 
  z-index:1;
  visibility: hidden;
}

body> div.LightBoxWrapper {
  position: fixed;
}	
--> 	
</style>

