/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 5px;
}

a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #993333;
	text-decoration: none;
}

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

a:active {
	text-decoration: none;
	color: #FF9900;
}

.navigation {
	font-family: Verdana, sans-seif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	display: block;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	width: 120px;
	background-color: #999966;
}

.headings {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	color: #990000;
	line-height: 18px;
	font-weight: bold;
}

.bulletinboard {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #000000;
	line-height: 18px;
}

.arrows {
	font-weight: bold;
	color: #990000;
}
