@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	width:100%;
	height:100%;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CD8912;
	line-height:18px;
	text-align:justify;
}

a:link, a:active, a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

a:hover {

	color:#CD8912;

}

.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.style3 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.style4 {font-size: 12px}
.style5 {color: #FFFFFF}
.style6 {
	color: #FF0000;
	font-weight: bold;
}
.style38 {color: #FFCB05}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #B17514;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: white;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #DBFF6C;
color: black;
}
.style5 {color: #FFFFFF}
.style6 {
	color: #FF0000;
	font-weight: bold;
}
.style7 {font-size: 12px}
.style34 {
	font-size: 11px;
	font-weight: normal;
	color: #CD8912;
	
}
.style28 {	font-size: 11px;
	color: #FF6600;
}
.style37 {color: #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;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
border-color:#006600;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
.buttons {
	BORDER-RIGHT: silver 2px solid; 
	BORDER-TOP: silver 2px solid; 
	FONT-SIZE: 10pt; 
	COLOR: white;
	FONT-WEIGHT: bold;
	BORDER-LEFT: silver 2px solid; 
	BORDER-BOTTOM: silver 2px solid; 
	FONT-FAMILY: verdana, arial; 
	BACKGROUND-COLOR: gray;
	CURSOR: hand;
}

.img {
	border:2px solid #D7D7D5;
	padding:5px;
}

.title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #FF9900;
	font-weight:bold;
}