.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

	a:hover {
		color: #990000;
		text-decoration: underline;
	}
	a:link {
		color: #990000;
		text-decoration: underline;
	}
	a:visited {
		color: #990000;
		text-decoration: underline;
	}
	a:active {
		color: #990000;
		text-decoration: underline;
	}	

.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

	.menutext a:hover {
		color: #FFFFFF;
		text-decoration: none;
	}
	.menutext a:link {
		color: #FFFFFF;
		text-decoration: none;
	}
	.menutext a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	.menutext a:active {
		color: #FFFFFF;
		text-decoration: none;
	}	
	
.smallmenutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

	.smallmenutext a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}
	.smallmenutext a:link {
		color: #FFFFFF;
		text-decoration: underline;
	}
	.smallmenutext a:visited {
		color: #FFFFFF;
		text-decoration: underline;
	}
	.smallmenutext a:active {
		color: #FFFFFF;
		text-decoration: underline;
	}	

.smallbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.smallheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
