/* CSS Document */

A:active {
	text-decoration: none;
}
A:link {
	color: #A71C20;
	text-decoration: none;
	font-weight: normal;
}
A:visited {
	color: #A71C20;
	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: #CC0000;
	line-height: 13pt;
}
body {
	background-attachment: scroll;
	background-color: #bb994a;
	background-image: url(images/bgyellow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
ol {
	list-style: decimal url(none) outside;
	
	margin-left: 0px;
	padding-left: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}
ul {
	list-style: disc url(none) outside;
	margin-left: 0px;
	padding-left: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}
.border {
	border: 1px solid #333333;
}
