/* CSS Document */

A:active {
	text-decoration: none;
}
A:link {
	color: #157717;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	color: #157717;
	text-decoration: none;
	font-weight: bold;
}
A:hover  {
	color: #009900;
	text-decoration: underline;
	font-weight: bold;
}
.vertdivide {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.submenutxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #157717;
	line-height: 13pt;
}
body {
	font-family: arial, "ms sans serif";
	background-attachment: scroll;
	background-color: #888e46;
	background-image:  url(images/bgeco.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #884400;
}
