/* Style sheet for CVS etc */

body {margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color:#FFFFFF;
color:#000000
font-family:Georgia,Verdana,Arial,sans-serif;
}

P, ul, li, blockquote, td {
	color: black;
	font-size:12pt;
	line-height:14pt;
	margin-left:10pt;
	margin-right:10pt;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
  } 
a:link {
	color:black;
	font-weight: bolder;
}

a:hover {color:black;
background-color:orange;
  text-decoration:underline;
}

a:visited {color: black;text-decoration:dotted;	
}

H2 {font-size: 18pt;
line-height: 20pt;
margin-left:5pt;
color:#000000; 
margin-top:12px;
}

H3 {font-size: 14pt;line-height: 16pt;
border-bottom: 2px dotted orange;
color: black;margin-left:0pt;
margin-right:10pt;
}

H4 {
  font-size: 11pt;
  line-height: 15pt;
 margin-left:0pt;
  margin-right: 10pt;
}

H5 {
  font-size: 11pt;
  line-height: 14pt;
  margin-left:0pt;
  margin-right: 10pt;
}

H6 {
  font-size: 14pt;
  line-height: 15pt;color: white;
  font-family: Verdana,Arial,sans-serif;
}

.links {
  font-family:Verdana,Arial;
  color: white;
  font-size: 8 pt;
  font-weight: bold; 
  line-height: 14pt;margin: 2px;
}
.small {
  font-family: Verdana, Arial;
    font-size: 10pt;
  font-weight=bold; line-height: 16 pt;
}

.branco {
  color: white;
  font-size: 10pt;
  line-height: 10pt;
  font-weight: bold;
}

#brancos p {
	margin-bottom: 2px;
	color: white;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetiva, sans-serif;
	font-size: 10px;
}
#brancos p a { 	
color: white; 
text-decoration: none;
weight: bolder;
}
#brancos p a:visited {	
color: white;
text-decoration: none;	
}
#brancos p a:hover { 	
color: orange; 	
background-color: black;
} 
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../pix/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../pix/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

.tabcontentstyle2{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 550px;
	margin-bottom: 1em;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

.tabcontent{
display:none;
}