@charset "utf-8";
/* CSS Document */

.nav {
	font-size: small;
	font-weight: bold;
	left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
}
.navred {
	font-family: Tahoma;
	font-size: small;
	color: #FF0000;
	font-weight: bold;
	left: auto;
}

.heading {
	font-family: Tahoma;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
.bodytext {
	font-family: Tahoma;
	font-size: small;
	font-weight: normal;
	color: #333333;
}
.bodytextbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
}
.clicktoviewtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #666666;
}
.mwwlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	text-decoration: none;
}
.redbodytext {
	font-family: Tahoma;
	font-size: small;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.whitebodytext {
	font-family: Tahoma;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
}
.bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
}
.redheading {
	font-family: Tahoma;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}
