/* Emerald View style sheet */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	list-style-image:  url(../imgs/cnut-btn.gif);
	background-image:  url(../imgs/beacfront1.jpg);
	margin-top: 3px;
	margin-right: 7px;
	margin-bottom: 3px;
	margin-left: 7px;
	color: #000000;
	background-attachment: fixed;
	background-position: center center;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #009933;
	text-transform: capitalize;
	font-weight: bold;
	font-style: oblique;
	font-variant: normal;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #009933;
	text-transform: capitalize;
	font-weight: bold;
	font-variant: normal;
	font-style: italic;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #009933;
	text-transform: capitalize;
	font-variant: small-caps;
	font-weight: bold;
}
h4 {  font-family: Arial, Helvetica, sans-serif; font-size: medium; color: #009933; text-transform: capitalize; font-variant: small-caps; font-weight: bold}
a:hover {  font-weight: bold; text-decoration: underline overline; background-color: #66FF66}
a:link {
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;
}
a:active {  font-weight: bold; color: #FFFFFF; background-color: #009900; text-decoration: underline}
a:visited {
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}
address {  font-size: small; font-style: normal; color: #009900; text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif}
td {
	font-size: medium;
}
.print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-color: #FFFFFF;
	margin: 10px;
}

