/* CSS Document */

body {background-color: white }
.link1, .link1:VISITED, .link1:ACTIVE, .link1:FOCUS, .link1:LINK{ 
text-decoration: none;
} 
.link1:hover{
text-decoration: underline;
}

.link3, .link3:VISITED, .link3:ACTIVE, .link3:FOCUS, .link3:LINK{ 
text-decoration: none;
} 
.link3:hover{
text-decoration: underline;
}

.link1 {
		font-family: Verdana;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #336699;
	
}
.botao {
font-family: verdana;
font-size:x-small;
background-color:#DBEAF5;
margin:0p;
color:black;
font-weight:x 0 5px 5px;
border:1px solid #6580B1;
	}

.link2 {
		font-family: Verdana;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #336699;
	text-decoration: underline;

}

.link3 {
		font-family: Verdana;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: 336699;
	text-decoration: underline;

}

.menu1 {
		font-family: Verdana;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #336699;
	text-decoration: none;

}

.text1 {
		font-family: Verdana;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: black;
	text-decoration: none;

}

.text3 {
		font-family: Verdana;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #336699;
	text-decoration: none;
	
	}

.text5 {
		font-family: Verdana;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: black;
	text-decoration: none;


}

.text2 {
		font-family: verdana;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: black;
	text-decoration: none;

}
.textmenu {
		font-family: verdana;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: white;
	text-decoration: none;

}

.text4 {
		font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;

}

.fundo1 {
	background-color:white;

}

.fundo2 {
	background-color:#DBEAF5;

}

.fundo3 {
	background-color:#336699;

}

.fundo4 {
	background-color:#4791C5;

}

.fundomenu {
	background-color:#DBEAF5;

}
#chromemenu{
width: 100%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 0;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 2px;
float: left;
font: normal 10px Arial;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: center;
color: #333333;
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
background: url(img/divider.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #494949;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 10px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #336699;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #DBEAF5;

}

.titulo1 {
	font-family: verdana;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #336699;	
}
.subtitulo1 {
	font-family: verdana;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #336699;	
}

