<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#d4d4d4;
}

body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	line-height:180%;
	letter-spacing: 120%;
	text-align:justify;
	
}

h1,h2,h3,h4,h5,h6{line-height:1.3em;color:#2b2b2b;font-family: 'PT Sans', sans-serif; margin-bottom:18px;}
h1{font-size:26px;}
h2{font-size:24px;}
h3{font-size:22px;} 
h4{font-size:20px;}  
h5{font-size:18px;}
h6{font-size:16px;}


.tabela_cinza {
		background-color:#f7f7f7;
		border: 1px #EBEBEB solid;
}

.linkc {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration:underline;
}

.linkc:hover {
	font-family: Arial;
	font-size: 12px;
	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: 12px;
}

.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;
}
-->