/* CSS Document */
.dotline{
	background-color: #FFFFFF;
	word-spacing: 0px;
	height: 1px;
	width: 1px;
	letter-spacing: 0px;
	vertical-align: top;
	clear: 1;
	float: 1;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}
.longline {
	background-color: #FFFFFF;
	word-spacing: 0px;
	height: 1px;
	width: 1px;
	letter-spacing: 0px;
	vertical-align: top;
	clear: 1;
	float: 1;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin: 1px;
	padding-right: 1px;
	border-right-width: 1px;
}

.thikred {
	background-color: #FFFFFF;
	word-spacing: 10px;
	height: 1px;
	width: 1px;
	letter-spacing: 10px;
	vertical-align: top;
	clear: 1;
	float: 1;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #990000;
	border-bottom-color: #999999;
	border-left-color: #990000;
	margin: 1px;
	padding-right: 1px;
	border-right-width: 5px;
	border-left-width: 5px;
}

