/* CSS Document */

A:active {
	text-decoration: none;
}
A:link {
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}
A:visited {
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}
A:hover  {
	color: #A71C20;
	text-decoration: underline;
	font-weight: normal;
}
.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: #FF6600;
	line-height: 13pt;
}
body {
font-family: arial, ms sans serif;
	background-attachment: scroll;
	background-color: #bb994a;
	background-image:  url(images/bgyellow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
