.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
}
.vline1 {
	border-right-color: #becdd6;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #becdd6;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #becdd6;



}
.footer {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #60C6FF;
	text-decoration: underline;
}
.textB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0089CB;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;


}
.textB2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0089CB;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F4F4;

}
.textBw {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BFF9FF;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.textw {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.tnboader {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
}
.footerCopy {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B5EBFF;
	text-decoration: none;
}
.footer2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.textBsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0089CB;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
	border-bottom-width: 1px;
	/*border-bottom-style: dotted;*/
	border-bottom-color: #E3E3E3;
}
.textBBleftTT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.textBsmallpdf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0089CB;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.textBBleftTT2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.textBsmall2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0089CB;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E3E3E3;
}

.button {
	background-color:		#D3D3D3 ;
	
	border-top:				1px solid #5584ba;
	border-left:			1px solid #5584ba;
	border-right:			1px solid #5584ba;
	border-bottom:			1px solid #5584ba;
	
	color:                  #000000;
	cursor:                 hand;
	font-family:			verdana, sans-serif;
	font-size:				10px;
	/*font-weight:		    bold;*/
	height:					18px;
	/*padding:                2px 2px 2px 2px;*/
}

.dropdownlist
{
	font-family:			verdana, sans-serif;
	font-size:				10px;
	font-weight:		    normal;
}

.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
text-decoration:none;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:Gray;
padding: 5px;
left: -1000px;
border: 1px dashed 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: 0;
left: -200px; /*position where enlarged image should offset horizontally */

}
