body {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	margin: 0px;
}
/* Backgrounds */
.belownav {
	background-color: #929292;
}

/* Links */
a:link {
    font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:visited {
    font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:hover {
    font-family: Arial;
	font-size: 11px;
	color: #cccc99;
	text-decoration: none;
}
a:active {
    font-family: Arial;
	font-size: 11px;
	color: #cccc99;
	text-decoration: none;
}

/* Misc */
.maxheight {
	height: 100%;
}

/* Forms */
.password {
	background-color: #ffffff;
	border: 1px solid #cccc99;
	display: inline;
	width: 100px;
	font-family: Arial;
	font-size: 10px;
	color: #cccc99;
	text-align: center;
}
.passwordbutton {
	background-color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	border: 1px solid #cccc99;
	color: #cccc99;
	cursor: pointer;
	display: inline;
}

/* From Matt's Style Sheet */
.matt {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 13.5px;
}
.head {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #6699CC;
	line-height: 14px;
}
.right {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-align: right;
	padding-right: 15px;
}
.mattblue {
	font-family: Arial;
	font-size: 14px;
	color: #cccc99;
	font-weight: bold;
}
/* From Matt's Style Sheet */


