/* CSS Document */

.tabledot {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
	color: #333333;
} 
.verticaldot {
	border-left-width: 1px;
	border-left-style: none;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
} 
.longdot {
	border-left-width: 1px;
	border-left-style: none;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
} 
.graytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	border-bottom-width: 1px;
}
