body {
	font-family: Arial;
	background-color: #DADADA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.meio {
	font-family: Arial;
	font-size: 11px;
	background-image: url(../imagens/fundo_tabela.gif);
	padding-right: 35px;
	padding-left: 35px;
}
.fundolaranja {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	background-image: url(../imagens/fundo_laranja_titulos.gif);
	background-repeat: repeat-x;
	height: 24px;
	padding-top: 5px;
}
.texto {
	font-family: Arial;
	font-size: 11px;
}
.textochama {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
.textologin {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
}
.input {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #006699;
}
.linhavertical {
	background-image: url(../imagens/linha_vertical.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.linhahorizontal {
	background-image: url(../imagens/linha_horizontal.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.tabela {
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom: 1px solid #000;
}
.pontilhadotd {
	border-left:1px none #D6AD31;
	border-bottom:1px dashed #D6AD31;
	padding:4pt;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #D6AD31;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #D6AD31;
	vertical-align: top;
	margin: 1px;
}	
a:link {
	font-family: Arial;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #D3A621;
	text-decoration: none;
}
.negritoselect {
	font-family: Arial;
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
	text-decoration: underline;
}
.riscado {
	font-family: Arial;
	font-size: 10px;
	color: #FF0000;
	text-decoration: line-through;
}
