BODY
{
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #333366;
    FONT-FAMILY: 'Times New Roman';
    font-size: 8pt;
}
H1
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
}
H2
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
}
H3
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    text-align: center;
}

H4
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
}

H5
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
}
H6
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
}
TH {
 font-weight: bold;
 background-color: #eeeeee;
 text-align:right;
}

.menu {
	font-size: 9pt
}

.menu_header {
	background-color: white;
	cursor: hand;
	color: #999966;
	font-weight: bold;
	text-align: left         
}

.menu_item {
	color: #0000a0;
	cursor: hand;
	font-size: 9pt;
	line-height: 10pt
}

.menu_selected_item {
	color: #7700A0;
	cursor: default;
	font-size: 9pt;
	line-height: 10pt
}

a:link {
	font-family:Times New Roman;
	text-decoration: none;
	color: #990000;
	/*color: #6666CC;*/
}

a:visited {
	font-family:Times New Roman;
	text-decoration: none;
	color: #990000;
}

a:hover {
	font-family:Times New Roman;
	text-decoration: underline;
	color:darkblue;
}
a.active {
	font-family:Times New Roman;
	text-decoration:none;
	font-size:10pt;
	color: #006699;

}
/*Para tabelas*/
.TDtitulo{
/*	background-color: #6699cc;
	background-color: #99C1E5;*/
	background-color: #993333;
	font: 12 Times New Roman;
	letter-spacing: 0.3em;
	color:white;
	font-weight: bold;
	font-position : center;
}
.TDdados1{
	background-color: white;
	font: 12 Times New Roman;
	letter-spacing: 0.1em;
}
.TDdados2{
	background-color: #EFEFEF;
	font: 12 Times New Roman;
	letter-spacing: 0.1em;
}

.txt{
     font: 12 Times New Roman;
     letter-spacing: 0.1em;
}

.txtBold{
     font: 12 Times New Roman;
     letter-spacing: 0.1em;     
     font-weight: bold;
}
.tituloBold{
     font: 14 Times New Roman;
     letter-spacing: 0.1em;     
     font-weight: bold;
}
.txtAzul{
	font-size:11.0pt;
	font-family:Times New Roman;
	color:#333399;
  	letter-spacing:1.0pt
}
.txtVerm{
	font-size:11.0pt;
	font-family:Times New Roman;
	color:#990000;
  	letter-spacing:1.0pt
}
.FUNDO {
	background-color: #eeeeee;
}

.btAzul {
	background-color: #6495ED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	border: 1px solid #0000CD;
}