body {
	background-color: #eeeeee;
	font-size: 12px;
	color: #000033;
	font-family: Verdana, Helvetica;
}

a:link {
	text-decoration: underline;
	color: #0000ff;
}

a:active {
	text-decoration: underline;
	color: #ff0000;
}

a:visited {
	text-decoration: underline;
	color: #0000ff;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
}

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

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

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

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

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

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 #c8c8c8;
}

textarea {
	font-size: 12px;
	border: thin solid #c8c8c8;
}

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

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

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

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

/* url color under link name */
.url {
	color: green;
	font-style: italic;
	font-size: xx-small;
}

