.HorizontalDottedLine {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cc6600;
}

.VerticalDottedLineR {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #cc6600;
}

.HorizontalDottedLineTop {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #cc6600;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cc6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	line-height: 20px;

}
.BottomLinks {
	font-family: Verdana;
	font-size: 10px;
	text-decoration:none;
	color: #000000;	
}

a:hover {
	text-decoration: underline;
	color:#000000
}
a:link {
	color:#000000
}

a:visited {
	color:#000000
}
