body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #333333;
	font-size:10px;
}
table {
	text-align: center;
	border: thin double #999999;
	background-color: #666666;
}

a {
	font-size: 12px;
	font-style: italic;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #FF9933;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
.nonlink {
	font-size: 12px;
	font-style: italic;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
}
.detailimg {
    position: absolute;
    height: 625px;
	width: 495px;
	padding: 4px;
	overflow: hidden;
	background:#000000;
	z-index: 3;
	left: 5px;
	top: 5px;
	text-align:center;
	border: dotted 1px #FF9900;
 }
.detailtext {
     position:absolute;
    height: 525px;
	width: 400px;
	padding: 30px;
	overflow:auto;
	z-index: -3;
	left: 500px;
	top: 30px;
	background: #666666;
	float: left;
 } 


