#navcontainer ul li
{
list-style-type: none;
padding: 0;
margin: 0;
display: block;
float: left;
background: url("navBarBg.gif") repeat-x 20px;
font: 10px/20px "Lucida Grande", verdana, sans-serif;
text-align: center;
}

#navcontainer a
{
color: #000;
text-decoration: none;
display: block;
width: 150px;

border-left: 1px solid #A8B090;
}

#navcontainer li#active { background: url("navBarBgHover.gif") repeat-x 20px; }
#navcontainer a:hover { background: url("navBarBgHover.gif") repeat-x 20px; }

body
{
	font-size : 10pt;
	font-family : Arial, sans-serif;
	font-weight : normal;
	color : Black;
	background-color : White;
	}
p
{
	font-size : 10pt;
	font-family : Arial, sans-serif;
	font-weight : normal;
	color : Black;
    margin-top: 0px;
	margin-right:15px;
	margin-left:15px;
	align:justify;
	}
	
	strong
{
	font-size : 8pt;
	font-family : Arial, sans-serif;
	font-weight : normal;
	color : Green;
   
	
	}
	
p.dashed
{
	font-size : 10pt;
	font-family : Arial;
	color : #000000;
	margin-left : 10px;
	margin-right : 10px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
border-style: dashed;
border-color: green;
}	

td.dashed
{
	
	border-left-width: 1px;
	border-right-width: 0px;
border-style: dashed;
border-color: green;
}		
	
		
	b.interna   
{ color:#008000; 
font-family : Arial, sans-serif;
font-size : 14pt;
text-decoration: underline;
}

	


.cor:link {font-family : Verdana, Arial, sans-serif; font-weight : normal; color : Black; text-decoration: none;}
.cor:visited {font-family : Verdana, Arial, sans-serif; font-weight : normal; color : Black; text-decoration: none;}
.cor:hover {font-family : Verdana, Arial, sans-serif; font-weight : normal; color : Navy; text-decoration: underline;}
.cor:active {font-family : Verdana, Arial, sans-serif; font-weight : normal; color : Navy; text-decoration: none;}
.box { border: solid; border-width: thin; border: dotted; border-color: red; padding: 10px; }//*bom para fazer margens em imagnes*//	
	
	
h1,h2,h3,h4,h5,h6
{
color:#00FF00;
font-family : Verdana, Arial, sans-serif;
font-style: italic;normal;oblique;
text-decoration: underline;
text-transform:uppercase;
font-size : 14pt;
}
ul
{
list-style-type: disc;
font-family : Arial, sans-serif;
}

ul.imagem
{
list-style-image: url ("lista.jpg")
}


