/* CSS Document */

h1 {
	font-family: Tahoma, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 0px;
	}
h2 {
	font-family: Tahoma, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 40px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	vertical-align: middle;
	}
h3 {
	font-family: Tahoma, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
	margin-right: 40px;
	margin-left: 60px;
	font-style: italic;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	vertical-align: middle;
	}
h4 {
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFCC00;
	text-decoration: none;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: middle;
	}
p {
	font-family: Tahoma, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	text-decoration: none;
	text-align: justify;
	margin-right: 10px;
	margin-left: 20px;
	}
.campo_alerta {
	background-color: #FF0000;
	border: 1px solid #FF0000;
	}
.afastado {
	margin-left: 100px;
	}
.vermelho {
	color: #CC3300;
	border: #FF0000;
	font-weight: bold;
	}
.direita {
	text-align: right;
	margin-right: 10px;
	}
.painel {
	background-color: #006600;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CC6600;
	padding: 3px;
	}
.palav {
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	text-decoration: none;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	}
.vers {
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	text-decoration: none;
	text-align: right;
	margin: 5px 0px 0px;
	}
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #CC9900;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	}
a:hover, a:visited:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	}
a img:hover {
	filter: Alpha(Opacity=50);
	background: transparent;
	}
input {
	font-family: Tahoma, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	}
input.botao {
	font-family: Tahoma, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	}
textarea {
	font-family: Tahoma, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	}
select {
	font-family: Tahoma, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	}
ul {
	font-family: Tahoma, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: disc;
	margin-left: 30px;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(../imagens/icones/iconClipper.png);
	}