html, body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
	padding: 0px;
	margin:0px;
	width: 100%;
	height: 100%;
	white-space: normal;
	font-size: 14px;
	}
h1 {
	font-size: 30px;
	font-weight: normal;
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-decoration: none;
	}

h2 {
	font-size: 20px;
	font-weight: normal;
	background: #FFFFFF;
	color: #006633;
	margin: 0px;
	border: 0px;
	padding-bottom: 10px;
}
p {
	background: transparent;
	font-size: 14px;}
img {
	background-color: transparent;
	}
td {
	background-color: transparent;
	}
a:link {
	background-color: transparent;
	color:#330033;
	}
a:active {
	background-color: transparent;
	color:#333333;
	}
a:hover {
	background-color: transparent;
	color:#006600;
	}
a:visited {
	background-color: transparent;
	color:#666666;
	}





#comment {
	margin-bottom: 5px;
	}
.galleryNavigator {
	margin-top:  -3px;
	padding: 0px;
	border:  0px;
	text-align: center;
}
.selected {
	margin: 0px;
	padding: 0px 3px 0px 3px;
	border: 0px;
	background: #33cc33;
	color: #FFFFFF;
	font-weight: bold;
}
.img_commented {
	border-color: #FFFFFF;
	}

.imgholder {
	background: url(/img/gallery_filler.gif);
	text-align: center;
	border: 1px;
	border-top-color:#00FF00;
}
.imgborder {

	border-left:1px dotted #999999;
	border-style:dotted none none dotted;
	border-top:1px dotted #999999;
}

.imgholder img {
    border: 0;
}

.comment p {
	font-size: 11px;
	text-align: center;
	}
