/* CSS Document */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}



.header {
	font-family: Arial;
	font-size: 26px;
	color: #009EF7;
	text-decoration: none;
	font-weight: bold;
}

.headerd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #009EF7;
	text-decoration: none;
	font-weight: bold;
}
.textovermelho {
	font-family: Arial;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}
.header2 {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	text-decoration: none;
}
.texto {
	font-family: Arial;
	font-size: 14px;
	color: #003399;
	text-decoration: none;
}
.riscado {
	font-family: Arial;
	font-size: 10px;
	color: #FF0000;
	text-decoration: line-through;
}

.textop {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}
.tabela {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	border: 1px dotted #0099FF;
}
.textonegrito {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
}
.textonegritov {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF0000;
	font-weight: bolder;
	text-decoration: none;
}
td {
	text-decoration: none;
	border-top-width: thin;
	/* border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;*/
	font-size: 11px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px ridge #000066;
}
#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.textoazul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0033FF;
}

