body {
	margin-top: 0px;
	margin-left: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #000000;
	
}

a {
	text-decoration : none;
	color : #7D8A5C;
}

a:hover {
	color : #000000;
	text-decoration : underline;
}

TD.newsbox {
	color: #FFFFFF;
	font-family: Times New Roman;
	font-size: 10pt;

}

#imagegallery{
	background:#F2F2F2;
	clear:left;
	padding:10px;
	min-height:200px;
}


#items{
	float: left;
	width: 33%;
	border: 1px solid #DFDFDF;
	background:white;
}
#items .item {
	float: left;
	padding:5px;
	position: relative;
	width: 52px;
	height:52px;
	margin: 10px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid white;
}
#items .item:hover{border: 1px solid #ddd;}
#items .item img {
	width:50px;
	max-height:35px;
}


#large{
	border: 1px solid #DFDFDF;
	width: 66%%;
	margin-left:34%;
	background-color: #fff;
	text-align:center;
	font-family:Georgia, Times, san-serif;
	font-size:12px;
}
#large .info{
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	padding:10px;
	color:#B3B3B3;
}
#items  p{display:none;}
#large .item {
	margin-top:20px;
	margin-bottom:20px;
	border-width: 1px;
	cursor: default;
	text-align:center;
}
#large .item img{
	max-width:600px;
	max-height: 600px;
}