body {
	background-color: #FFCC00;
	font-size: 12px;
	color: #000099;
	font-family: Verdana, Helvetica;
}

a:link {
	text-decoration: underline;
	color: #000033;
}

a:active {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	text-decoration: underline;
	color: #000033;
}

a:hover {
	text-decoration: underline;
	color: #660000;
}

/* small font size for the footer */
.smallfont {
	font-size: 10px;
}

/* 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 #ff0033;
}

/* background image in the header */
.bgimage {
	background: url(images/logo_bg.jpg);
}

/* small font for link date and hits */
.small {
	font-size: 7pt;
	color: #663300;
}

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 #000000;
	background-color: #ffcc00;
}

/* thick under line in the menu */
.thick_line {
	border-bottom: medium solid #ffcc00;
}

/* alternating colors for the displayed links */
.alt_color1 {
	background-color: #ffff99;
}
.alt_color2 {
	background-color: #fafafa;
}

/* table background color for section titles and main page */
.bg_color {
	background-color: #FFCC00;
}

/* url color under link name */
.url {
	color: green;
	font-style: italic;
	font-size: xx-small;
}

