<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ebebeb;
}

body,td,th {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.tabela_cinza {
		background-color:#f7f7f7;
		border: 1px #EBEBEB solid;
}

.linkc {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration:underline;
}

.linkc:hover {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration:underline;
}

.form {
	border: 1px solid #a5a5a5;
	font-family: verdana;
	font-size: 07pt;
	color: #000000;
}



a {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

.titulo_cinza {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
}

.subtitulo_azul {
	color: #000099;
	font-weight: bold;
	font-size: 11px;
}

.error {
	font-family: verdana;
	font-size: 07pt;
	color: #ff0000;
	font-weight: bold;
}

.menu_sup {
	font-family: verdana;
	font-size: 06pt;
	color: #ffffff;
	font-weight: bold;
}

.content {
	font-family: verdana;
	font-size: 07pt;
	color: #000000;
}

.frm_input {
	border: 1px solid #a5a5a5;
	font-family: verdana;
	font-size: 07pt;
	color: #000000;
}

.frm_button {
	background-color: #e5eee5;
	border: 1px solid #a5a5a5;
	font-family: verdana;
	font-size: 07pt;
	color: #000000;
	width: 60px;
	cursor: hand;
}
-->