.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c90511;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #c90511;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}
a:link {
    color: #c90511;
	text-decoration: underline;
	}

a:visited {
	color: #666666;
	text-decoration: underline;
	}

a:active {
	color: #c90511;
	text-decoration: underline;
	}
	
a:hover {
	color: #c90511;
	background-color: #fef300;
	text-decoration: underline;
	}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
