/* CSS Principal */

body {
	background: #FFFFFF;
	font-family: verdana;
}


/* Textos */

p {
	font-size: 10pt;
	color: #000000;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.txtAcesso {
	font-family: verdana;
	font-size: 10px;
	color: #4D6185;
}

p.txt7pt {
	font-size: 7pt;
	color: #000000;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.txt8pt {
	font-size: 8pt;
	color: #000000;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
}

p.txt-menu {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.txtBold {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.txtVerde {
	font-size: 9pt;
	font-weight: bold;
	color: #449805;
	margin-left: 2px;
}

/* Divs */

div {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

/* Formulários */
select {
	font-size: 7pt; 
	color: #333333; 
	font-family: Verdana; 
	background-color: #FFFFFF;
}

#option {
	font-size: 12pt;
	color: #339900;
	font-family: Verdana;
	font-weight: bold;
	background-color: #EAF2DD;
}

#botao {
	font-size: 8pt; 
	color: #000000; 
	font-family: Verdana;
	font-weight:bold;
}

/* Links */
a:link {
    text-decoration: none;
    color: #000000;
}
a:visited {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: #1F5994;
}

a:hover.verde {
    color: #1D4002;
	text-decoration: underline;
}

a:active {
    text-decoration: none;
    color: #000000;
}
