/* CSS Document */
body{
	background-color:#131520;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:0px;
}

h1, h2, h3{
	
}
h1{ font-size:18px; }
h2{ font-size:14px; }
h3{ font-size:12px}


#textarea1{
	font-size:10px;
	height: 390px;
	overflow:auto;
}
#textarea2{
	font-size:10px;
	height: 150px;
	overflow:auto;
}


.photocell, .thmb_cell{ vertical-align:top; }
#photogallery2 tr td.photocell { text-align:center; }
.photo_description {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
}

.maintable{
	border: 1px solid #9A9A9A;
}
.headbar{
	border-bottom: 1px solid #9A9A9A;
}

#navlabel{
	display:block;
	background-color:#000000;
	color:#FFFFFF;
	width:100px;
	padding: 3px 5px 3px 5px;
	opacity: .75;
	filter: alpha(opacity=75);
	font-size: 10px;
	text-align:left;
	font-weight:bold;
	border-top: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
	border-left: 1px solid #9A9A9A;
	border-bottom:none;
	margin:0px;
	}
#navbottom{
	display:block;
	border-bottom: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
	border-left: 1px solid #9A9A9A;
	border-top:none;
	background-color:#000000;
	width:100px;
	height:5px;
	padding: 0px 5px 0px 5px;
	margin:0px;
	opacity: .75;
	line-height:3px;
	font-size:3px;
}
#menubar1{
	padding: 0px;
	margin:0px;
}
#menubar1 a{
	border-right: 1px solid #9A9A9A;
	border-left: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
	display: block;
	color: #131520;
	background-color: #FFFFFF;
	font-size: 10px;
	text-align:left;
	width: 100px;
	padding: 3px 5px 3px 5px;
	margin:0px;
	font-weight:bold;
	opacity: .75;
	filter: alpha(opacity=75);
}
#menubar1 a:hover{
color: #131520;
background-color: #CCCCCC;
}

.footer{
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	border-top: 1px solid #9A9A9A;
	padding: 10px 0px 10px 0px;
}
a{
	color:#428DFF;
	text-decoration:none;
}
a:hover{
	color:#FFFFFF;
}
