/* use C-style comments to comment things out */
/* note that NS 4.x seems to have trouble with inheritance, so you have to 
   have all the block elements here */

a:link {
	color: #0000FF;
	font-family: arial, geneva, verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #808080;
	font-family: arial, geneva, verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #0000FF;
	font-family: arial, geneva, verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

body, p, blockquote, div, dl, caption, form, table, th, tr, td {
	color: #000000;
	background-color: white;
	font-family: arial, geneva, verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.tiny-gray {
	color: #808080;
	font-family: arial, geneva, verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.tiny {
	color: #000000;
	font-family: arial, geneva, verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

#navlinks li a {
color: #000000;
font-family: arial, geneva, verdana, sans-serif;
font-size: 10pt;
text-decoration: none;
border-top-width: 5px;
border-top-style: solid;
border-top-color: #f0f0f0;
width: 300px;
display: block;
padding: 3px;
border-right-width: 5px;
border-left-width: 5px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #f0f0f0;
border-left-color: #7d88a6;
text-align: left;
}

#navlinks {
width: 300px;
}

.bottomborder {
border-bottom-width: 10px;
border-bottom-style: solid;
border-bottom-color: #f0f0f0;
}

#navlinks li {
list-style-type: none;
}

#navlinks li a:hover {
text-decoration: none;
color: #800000;
background-color: #f0f0f0;
}
