body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Century Gothic, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	background-color: #333333;
        color: #FFFFFF;
}

.text,p
{
        font-family: Century Gothic;
	font-size: 12px; 
	color: #FFFFFF;
        font-weight: normal;
	margin: 25px 25px 25px 25px;

}


.a-menu-item-text
{
	font-family: Century Gothic, Tahoma, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #C0C0C0;
	margin-left: 5px;
	text-decoration: none;
}

.a-menu-item-text:hover
{
	font-family: Century Gothic, Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #C0C0C0;
	margin-left: 5px;
	text-decoration: none;
}

.link
{
   font-family: Century Gothic;
	font-size: 12px; 
	color: #C0C0C0;
   font-weight: normal;
	text-decoration: underline;
}

a
{
	text-decoration: none;
}

.img-main
{
 	margin: 25px 25px 25px 25px;
	border: none;
}

.mail
{
	font-family: Century Gothic, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #FFFFFF;
}

#thumbBox{
	/*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #434343;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 11px Century Gothic, Tahoma, Verdana;
color: white;
padding: 0px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

.imgopa{
-moz-opacity: 0.30;
opacity: 0.30;
filter: alpha(opacity=30);
cursor: hand;
}

.imgnopa {}
