.mainText {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #666666}

.menu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-align: justify;
	color: #26363F;
	line-height:16px;
	text-decoration:none;
	font-weight:normal;
	}
.Heading {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: normal;
	color: #569C00;
    }
.underline {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-align: justify;
	color: #26363F;
	line-height:18px;
	text-decoration:none;
	font-weight:normal;
}
#thumbBox{
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{
background-color: white;
}

#thumbLoading{
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}