a.type1:active {color: #082580; text-decoration: none}
a.type1:link {color: #082580; text-decoration: none}
a.type1:visited {color: #082580; text-decoration: none}
a.type1:hover {color: #082580; text-decoration: underline}

a.type2:active {color: #99cc33; text-decoration: none ;font-weight: bold;}
a.type2:link {color: #99cc33; text-decoration: none;font-weight: bold;}
a.type2:visited {color: #99cc33; text-decoration: none;font-weight: bold;}
a.type2:hover {color: #99cc33; text-decoration: underline;font-weight: bold;}

a.type3:active {color: #cc9933; text-decoration: none ;font-weight: bold;}
a.type3:link {color: #cc9933; text-decoration: none;font-weight: bold;}
a.type3:visited {color: #cc9933; text-decoration: none;font-weight: bold;}
a.type3:hover {color: #cc9933; text-decoration: underline;font-weight: bold;}

a.type4:active {color: #950D0D; text-decoration: none ;font-weight: bold;}
a.type4:link {color: #950D0D; text-decoration: none;font-weight: bold;}
a.type4:visited {color: #950D0D; text-decoration: none;font-weight: bold;}
a.type4:hover {color: #950D0D; text-decoration: underline;font-weight: bold;}

a.type5:active {color: #000000; text-decoration: none}
a.type5:link {color: #000000; text-decoration: none}
a.type5:visited {color: #000000; text-decoration: none}
a.type5:hover {color: #000000; text-decoration: underline}

a.type6:active {color: white; text-decoration: none}
a.type6:link {color: white; text-decoration: none}
a.type6:visited {color: white; text-decoration: none}
a.type6:hover {color: white; text-decoration: underline}

a.linkButton:active {color: #082580; background: #ACBCD5; font-weight: bold; text-decoration: none; padding: 2px;}
a.linkButton:link {color: #082580; background: #ACBCD5; font-weight: bold; text-decoration: none; padding: 2px; }
a.linkButton:visited {color: #082580; background: #ACBCD5; font-weight: bold; text-decoration: none; padding: 2px;}
a.linkButton:hover {color: #082580; background: #ACBCD5; font-weight: bold; text-decoration: underline; padding: 2px;}

.bold  {
	font-weight: bold;
	color : #666666;
}

.bold2  {
	font-weight: bold;
	color : #993333;
}

.bold3  {
	font-weight: bold;
	color : #003399;
}

.bold4  {
	font-weight: bold;
	color : #ff0000;
}

.italic  {
	font-style: italic;
	color : #666666;
}

.bolditalic  {
	font-style: italic;
	font-weight: bold;
	color : #666666;
}

.error  {
	font-weight: bold;
	color : #ff0000;
}

.title  {
	font-size : 16px;
	font-weight: bold;
	color : #003399;
}

.subtitle  {
	font-size : 13px;
	font-weight: bold;
	color : #993333;
}

.preco  {
	font-weight: bold;
	color : #ff0000;
}

.text_field  {
	font-family : arial, Helvetica, Sans-Serif;
	font-size : 11px;
	font-weight: none;
	color : #666666;
	background : #BCCCE5;
	border : 1px solid #666666;
}
.text_field:hover, .text_field:focus {
	color : #000000;
}

.text_field_branco  {
	font-family : arial, Helvetica, Sans-Serif;
	font-size : 11px;
	font-weight: none;
	color : #000000;
	background : #ffffff;
	border : 1px solid #666666;
}

.text_field_show  {
	font-family : arial, Helvetica, Sans-Serif;
	font-size : 11px;
	font-weight: none;
	color : #666666;
	background : #ffffff;
	border : 0pt  ridge #1D074B;
}

.submit_button  {
	font-family : arial, Helvetica, Sans-Serif;
	font-size : 11px;
	font-weight: bold;
	color : #ffffff;
	background : #6699CC;
	border : 1px solid #666666;
}

.submit_button:hover  {
	border-color : #333333;
}

.line  {
	background-color : black;
	padding : 0px;
	height : 1px;
}

.amostraPublica {
	font-size : 11px;
	color : #000000;
	background : #BCCCE5;
}
.amostraInterna {
	font-size : 11px;
	color : #950D0D;
	background : #BCCCE5;
}

body{
background: transparent;
font-size:small;
font-family:Arial, Helvetica, sans-serif;
color:#666667;
}

#center_div TD {
	font-family : arial, Helvetica, Sans-Serif;
	font-size : 12px;
	color : #666666;
}

div#center_div ul{
padding:0px 0px 0px 40px;
margin:11px 0px 11px 0px;
}
div#center_div li{
list-style:disc;
}

.bg1 { background : #E0E0E0; }
.bg_navblue { background-color: #003399; }
.bg_med_blue { background-color: #6699cc; }
.bg_9 { background-color: #999999; }
.bg_topnav { background-color: #993333; }
