body{
	margin:10px;
	padding:0;
	background-color:#666;
}

td {
	font: 70% Verdana,Tahoma,Arial,sans-serif;
	color:#202020;
}
a {
	color: #ff9900;
}
a:hover {
	text-decoration: none;
}

ul {
	list-style: square;
	margin-top: 0px;
}

p, li {
	line-height: 1.6em;
}

form {
	margin:0;
}

.images {
	display:inline;
	margin: 2px 8px 2px 8px;
	border: 2px solid #ff9900;
	padding: 1px;
}

.texthighlight { 
	color: #ff9900; 
	font-weight: bold; 
	font-size: 105%;
}

.gallerypicture p{
	margin:0;
}
.gallerylist p{
	margin:0;
}
.gallerylist ul{
	margin-top: 15px;
}
.gallerycomment p{
	margin-top: 5px;
}

.left{
	margin:10px 10px 5px 0;
	float:left;
}
.right{
	margin:10px 0 5px 10px;
	float:right;
}
.textright{
	text-align:right;
}
.center{
	text-align:center;
}
.small-tbl{
	font-size:0.6em;
}
.small{
	font-size:0.8em;
}
.bold{
	font-weight:bold;
}
.hide{
	display:none;
}

