body {
	font-family: Verdana, Arial;
	color: #FFFFFF;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table {
	font-size: 10pt;
}



a { 
	color: #CCFFFF;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
 }


a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}

a:hover {
	color: #99CCFF;
	font-size: 10pt;
	text-decoration: none;

}

a:active {
	color: #99CCFF;
	font-size: 10pt;
	text-decoration: none;
}

.copyright
{
	font-size: 8px;
	color: #99CCFF;
	font-weight: bold;

}

table.tbuttons{
	background-color:#000000;
	border: 1px #000000 solid; 
	padding: 5px;
	padding-left: 10px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration:none;
}

table.tbuttons td{
	padding: 0px 10px;

}

/* 
.tbuttons a {
display:block;
}

.tbuttons a:hover {
background-color:#FFFFFF;
} 
*/

table.webgraphics{
	background-color:#000000;
	border: 1px #000000 solid; 
	padding: 5px;
	padding-left: 10px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration:none;
}

img.gborder {border: 1px #999999 solid;
			 opacity:1.0;
 			filter:alpha(opacity=100); /* For IE8 and earlier */ 
			-moz-opacity: 1.0;
 }
		
 .gborder:hover img
 {
 			opacity:0.7;
			 filter:alpha(opacity=70); /* For IE8 and earlier */
			 -moz-opacity: 0.7;
 }

table.3dgal{
	border: 1px #000000 solid;
	background:#333333;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-bottom:30px;
	font-weight: bold;
	font-variant: small-caps;
	
}

table.3dgallery {
/* background-color: transparent; */
 filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; -khtml-opacity:0.8; 
 /*   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; */

}
 
td.opa{

/* background-color: transparent; */
 filter:alpha(opacity=10); -moz-opacity:0.1; opacity:0.1; -khtml-opacity:0.1; 
 /*   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; */
} 
/* img{border:none;} */
ul,li{
	margin:0;
	padding:0;
}

li{
	list-style:none;
	float:left;
	display:inline;
	margin-right:10px;
}


#preview{
	position:absolute; 
	border:1px solid #003366;
	background:#99CCFF;
	padding:5px;
	display:none;
	color:#003366;
	font-weight: bold;

	}
 .preview:hover img{
 border-color:#99CCFF;
 }
 .preview:link img{
  border-color:#FFFFFF;
 }
 .preview:visited img{
 border-color:#990000;
 }