.line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.linegrossa {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
.lineEsquerda {
	border-top-width: 2px;
	border-top-style: none;
	border-top-color: #333333;
	border-left-style: solid;
}
.lineEsquerdabranca {
	border-top-width: 4px;
	border-top-style: none;
	border-top-color: #FFFFFF;
	border-left-style: solid;
}
.lineDireitabranca {
	border-top-width: 4px;
	border-top-style: none;
	border-top-color: #FFFFFF;
	border-right-style: solid;
}
.linesabovedashed {
	padding-bottom: 1px;
	margin: 1px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

