@charset "UTF-8";
a:link {
	text-decoration: underline;
	color: #330099;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #FFFFCD;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.bodytext {
	font-family: "Trebuchet MS";
	font-size: 14pt;
	color: #000000;
}
.bodytextwhite {
	font-family: "Trebuchet MS";
	font-size: medium;
	color: #FFFFFF;
}
.heading1 {
	font-family: "Trebuchet MS";
	font-size: x-large;
	color: #000000;
}
.heading2 {
	font-family: "Trebuchet MS";
	font-size: x-large;
	color: #663300;
	font-weight: bold;
}
.bodyheading {
	font-family: "Trebuchet MS";
	font-size: 14pt;
	font-weight: bolder;
	color: #663300;
}
.top {
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 12pt;
}
.footer {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #9966CC;
}
.links1 {
	font-family: "Trebuchet MS";
	font-size: 14pt;
	color: #330099;
	font-weight: bold;
}
.links2 {
	font-family: "Trebuchet MS";
	font-size: 14pt;
	font-weight: bold;
	color: #FF0000;
}
.links3 {
	font-family: "Trebuchet MS";
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}

