.headerstuff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 120%;
	text-align: center;
	letter-spacing: 1pt;
	background: #00C;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	background-color: #306DF5;
	text-decoration: none;
	color: #FFFFFF;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	text-align: right;
	padding-right: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	background-color: #F2F2FF;
}
.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.redtext {
	color: #FF0000;
}
.greentext {
	color: #339900;
}
