@import url(&quot;/stylesheets/index.css &quot;);
.body {
	font-family: &quot;Times New Roman&quot;, Times, serif;
	font-size: 14px;
	font-style: normal;
	color: cc9900;
}


h1 {
	font-family: &quot;Times New Roman&quot;, Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: cc9900;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC9900;
}

h3 {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #cc9900
}



.top {
	background-attachment: scroll;
	background-image: url(/includes/top_bar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.bottom {
	background-attachment: scroll;
	background-image: url(/includes/bottom_bar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


.middle {
	background-attachment: fixed;
	background-image: url(/includes/middle_bar.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.topbanner {
	background-attachment: scroll;
	background-image: url(/includes/banner_top.jpg);
	background-repeat: no-repeat;
}


.bottombanner {
	background-attachment: scroll;
	background-image: url(/includes/banner_bottom.jpg);
	background-repeat: no-repeat;
	
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #00CC33;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #33FFCC;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	color: #CC9900;
}
