@charset "utf-8";
/* CSS Document */

html, body,td,th, .content {
	font-size: 12px;
	color: #FF0000;
  scrollbar-base-color:#cc0000;
  scrollbar-3d-light-color:#000000;
  scrollbar-arrow-color:#000000;
  scrollbar-darkshadow-color:#cc0000;
  scrollbar-face-color:#cc0000;
  scrollbar-highlight-color:#000000;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#cc0000;}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
h1 {
	font-size: 16px;
	color: #FF0000;
}

#contentindex {
	font-size: 12px;
	color: #FF0000;
	overflow: visible;
	height: 460px;
	width: 800px;
	float: inherit;
}

#content {
	font-size: 12px;
	color: #FF0000;
	overflow: auto;
	height: 500px;
	width: 800px;
	float: inherit;
}
#contentgallery {
	font-size: 12px;
	color: #FF0000;
	overflow: visible;
	height: 650px;
	width: 800px;
	float: inherit;
}
.imgband {
	border: 2px;
	border-color: #FF0000;
}

hr {
	color: #CC0000;
}

.dates {
	color: #FF0000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

input.send {background-image:url(images/send.jpg);} 
input.reset {background-image:url(images/reset.jpg);} 


