body {
	background-color: Black;
}

body {
	color: White;
}

td, th {
	color: White;
}

h1 {
	color: White;
}

h2 {
	color: White;
}

h3, h4 {
	color: White;
}

h5, h6 {
	color: White;
}

a {
	color: White;
}
.input {
	background-color: White;
border: 1px solid #B0B0B0;
color: White;
font-family:  Arial, Helvetica, sans-serif;
font-size: 10px;

}

.input:focus {
	background-color: #FFFACD;
border: 1px solid #B0B0B0;
color: White;
font-family:  Arial, Helvetica, sans-serif;
font-size: 10px;
}
img.thumbs {
	float:left;
	height:40px;
	width:40px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: solid black 1px;
}
#thumb-block {
	float: left;
	height: 62px;
	width: 75px;
	margin-right: 1px;
	font-size: 10px;
}
.bevelmenu{
position:relative;
	font: bold 13px arial;
	padding: 6px 0;
	margin: 0;
	width: 100%;
	background-color: #00628b;
	text-align: left; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
	padding: 3px 0.5em;
	text-decoration: none;
	color: black;
	background-color: #e6e6dc;
	border: 2px solid #FFF2BF;
}

.bevelmenu li a:hover{
	color: black;
	background-color: #81a594;
	border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}