body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #231f20;
	font-family: Verdana;
	font-size: 11px;
}
h1 { font-size:20px; margin-bottom:15px; }
h2 { font-size:15px; margin-bottom:15px; }
a, a:visited, a:active {
	color: #f29400;
	text-decoration: none;
}
a:hover {
	color: #f29400;
	text-decoration: underline;
}
.adminText {
	font-family: Verdana;
	font-size: 12px;
	color: green;
	text-decoration: none;
}
.subMenu {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: gray;
}
.subMenu_selected {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: orange;
}
.pageText {
    line-height: 16px;
}
.thumbnail_notselected {
    opacity: 0.4;
    filters: alpha(opacity=40);
    -moz-opacity: 0.4;
}
.thumbnail_selected {
    opacity: 1.0;
    filters: alpha(opacity=100);
    -moz-opacity: 1.0;
}

