/* CSS Document */
<!--

body {
	background-image: url(graphics/bkgrd.jpg);
	font-family: "Trebuchet MS";
	color: #602F06;
	font-size: 14px;
	}
.small {
	font-size: 12px;
}
.bold {
	font-size: 14px;
	font-weight: bold;
}
.heading {
	font-size: 20px;
	font-weight: bold;
}
.subhead {
	font-size:18px;
}
.orange {
	color:#CC6600;
	font-weight:bold;
}
.bigorange {
	color:#CC6600;
	font-weight:bold;
	font-size:18px;
}
a:link {
	color: #330000;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #cc6600;
}
a:active {
	color: #996600;
	}
div.box {
    border-width: medium;
	border-style:groove;
	border-color:#cc6600;
-->

