@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}

.text1 {
color: #FFFFFF;
font-family: tahoma, arial;
font-weight: none;
font-size: 12px;
text-decoration: none;
text-align:justify;
background-color: transparent;
line-height:170%;
}
.text6 {
color: #FE6320;
font-family: tahoma, arial;
font-weight: none;
font-size: 12px;
text-decoration: none;
text-align:justify;
background-color: transparent;
line-height:170%;
}

.text2 {
color: #FE6320;
font-family: tahoma, arial;
font-weight: bold;
font-size: 12px;
text-decoration: none;
text-align:right;
background-color: transparent;
line-height:170%;
}
.text4 {
color: #FE6320;
font-family: tahoma, arial;
font-weight: bold;
font-size: 14px;
text-decoration: none;
text-align:left;
background-color: transparent;
line-height:170%;
}
.text3 {
color: #FFFFFF;
font-family: tahoma, arial;
font-weight: bold;
font-size: 12px;
text-decoration: none;
text-align:right;
background-color: transparent;
line-height:170%;
}
.text5 {
color: #FFFFFF;
font-family: tahoma, arial;
font-weight: bold;
font-size: 12px;
text-decoration: uncderline;
text-align:right;
background-color: transparent;
line-height:170%;
}


.class1 A:link {
color: #FFFFFF;
font-family: tahoma, arial;
font-weight: none;
font-size: 12px;
text-decoration: underline;
background-color: transparent;
border-color: #b7ae32;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: none;
}

.class1 A:visited {
color: #FFFFFF;
font-family: tahoma, arial;
font-weight: none;
font-size: 12px;
text-decoration: underline;
background-color: transparent;
border-color: #b7ae32;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: none;
}

.class1 A:active {
	color: #FFFFFF;
	font-family: tahoma, arial;
	font-weight: none;
	font-size: 12px;
	text-decoration: underline;
	background-color: transparent;
	border-color: #b7ae32;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: none;

}

.class1 A:hover {
color: #FFFFFF;
font-family: tahoma, arial;
font-weight: none;
font-size: 12px;
text-decoration: none;
background-color: transparent;
border-color: #000000;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: none;
}

.box1 {
	background-color:transparent;
	border:1px solid #e6e2ce;
	color:#ababab;
	font-family:tahoma, arial;
	font-size:11px;
	height:19px;
	text-decoration:none;
	width:200px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 4px;
}
.box2 {
	background-color:transparent;
	border:1px solid #e6e2ce;
	color:#ababab;
	font-family:tahoma, arial;
	font-size:11px;
	height:60px;
	text-decoration:none;
	width:200px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 4px;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	position: absolute;
	visibility: hidden;
	background-color: #CBC8C1;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 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 #CBC8C1;
	background-color: #CBC8C1;
	padding: 5px;
	z-index: 5;
}
