/* CSS Document */

<style type="text/css">
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#900;
}
a:visited {
	text-decoration: none;
	}
.MainHeading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	color: #A66B4D;
	text-transform: none;
}
.SubHeading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #A66B4D;
	text-transform: none;
}
.LargeHeading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	color: #A66B4D;
	text-transform: none;
}
.smalllinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #456B85;
	text-decoration: none;
}
.smalltext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
.linksselected{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #900;
	text-decoration: none;
	font-weight: bold;
}
.linksactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #456B85;
	text-decoration: none;
	font-weight: bold;
}
.MainText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
</style>
