/*tag definitions*/
body{ background-color: #88A554; font-family: "Times New Roman", Times, serif }
h6,h1,h2,h3{ font-family: Verdana, Arial, Helvetica, sans-serif }
h5,h4 { font-family: "Times New Roman", Times, serif }
hr { border: 1px solid #000 }
dt { font-weight: bold }

/*links*/
a:link { color: #006633 }
a:hover { color: #FF9900 }
a:visited {	color: #003300 }

/*style definitions*/
.rightedge { background-image:  url("images/news_edge_right.gif"); background-color: #88A554 }
.leftedge {	background-image:  url("images/news_edge_left.gif"); background-color: #88A554 }
.times{	font-family: "Times New Roman", Times, serif }
.subheading{ font-weight: bold }
.verdana { font-family: Verdana, Arial, Helvetica, sans-serif }
.smallHR{ border: thin solid #666; width: 80% }
.paper{	background-color: #ECECEC }
.morenews { background-color: #CCCCCC}
/*borders*/
.btmbrdr {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.btmrtbrdr {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
}
.topbrdr {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}
.lftbrdr {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
.rghtbrdr {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
}
.topandbtm{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}