/* CSS Document */

A:active {
	text-decoration: none;
}
A:link {
	color: #7AAE33;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	color: #8FC740;
	text-decoration: none;
	font-weight: bold;
}
A:hover  {
	color: #30B9C0;
	font-weight: bold;
	text-decoration: underline;
}
.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;
}

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;
}
