/* CSS Document */

.menutext {
	color: #7FA3C5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
}

.menutext A {
	color: #7FA3C5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
}

.headertext {
	color: #7FA3C5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:18px;
	text-decoration:none;
}

.bodytext {
	color: #7FA3C5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:14px;
	text-decoration:none;
}

.bodytextbold {
	color: #7FA3C5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	text-decoration:none;
}

.bodytextboldred {
	color: #D4504E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	text-decoration:none;
}

.bodytextlarge {
	color: #7FA3C5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:18px;
	text-decoration:none;
}
.footertext {
	color: #7FA3C5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:10px;
	text-decoration:none;
}
.footertext A {
	color: #7FA3C5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:10px;
	text-decoration:none;
}
