body {
	background-color: Black;
	font-size: 12px;
	color: White;
	font-family: Verdana, Helvetica;
}

a:link {
	text-decoration: none;
	color: White;
}

a:active {
	text-decoration: none;
	color: White;
}

a:visited {
	text-decoration: none;
	color: White;
}

a:hover {
	text-decoration: underline;
	color: Yellow;
}

/* small font size for the footer */
.smallfont {
	font-size: 10px;
	
}

/* over line for footer NOT links */
.overline {
	border-top: thin solid #FFCC00;
}

/* underline to seperate table sections in view NOT the links themselves */
.underline {
	border-bottom: thin solid #999999;
}

/* background image in the header */
.bgimage {
	background: url(images/logo_bg.jpg);
}

/* small font for link date and hits */
.small {
	font-size: 7pt;
	color: #FFCC00;
}

img {
	border: 0px;
}

/* get rid of the stuborn white space
   that comes after every from */
form {
    margin: 0px;
}

input,select {
	font-size: 9px;
	border: thin solid #666666;
	background: Black;
	color: White;
}

textarea {
	font-size: 12px;
	border: thin solid #666666;
	background: Black;
	color: White;
}

table.border {
	border: thin solid #000000;
	background-color: #000000;
}

/* thick under line in the menu */
.thick_line {
	border-bottom: thin solid #FFCC00;
}

/* alternating colors for the displayed links */
.alt_color1 {
	background-color: #666666;
}
.alt_color2 {
	background-color: #333333;
}

/* table background color for section titles and main page */
.bg_color {
	background-color: #000000;
}

