@charset "utf-8";
/* CSS Document */


A:link{
	color:#0033FF;
	font-weight:bold;
 	font-style: normal;
	text-decoration:underline;
}

A:visited{
	color:#0033FF;
	font-weight:bold;
 	font-style: normal;
	text-decoration:underline;
}


A:hover{
	color:red;
	font-weight:bold;
 	font-style: normal;
	text-decoration:underline;

}



#LeftFloatImage {
	position:relative;
	left:1px;
	top:50px;
	width:239px;
	height:325px;
	z-index:500;
	vertical-align:top;
	text-align:left;
}

.ContentHeader {
	font-size:14px;
	font:Arial, Helvetica, sans-serif;
	margin-left:8px;
	margin-top:4px;
	margin-right: 8px;
	text-align:justify;
	vertical-align:text-top;
	font-weight:bold;  
}

.ContentText {
	font-size:14px;
	font:Verdana, Arial, Helvetica, sans-serif !important;
	margin-left:8px;
	margin-top:4px;
	margin-right: 8px;
	text-align:justify;
	vertical-align:text-top;
}

select { font-size:10px }





.DashedLine{
padding-top:2px;
margin-top:2px;
padding-bottom:2px;
margin-bottom:2px;
border-bottom: 1px  dashed #999999;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
} 

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
right: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 20;
right: -360px; /*position where enlarged image should offset horizontally */

}


.border {
	
	border-color: #333333 #CCCCCC;
	border: #CCCCCC;
	border-style:dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}
.style6 {
	
	border-color: #333333 #CCCCCC;
	border: #CCCCCC;
	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-weight: bold;
}
.style7 {
	color: #FF0000
}
.style5 {

	border-color: #333333 #CCCCCC;
	border: #CCCCCC;
	border-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-weight: bold;
}
