@charset "utf-8";
/* CSS Document */


.texto {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-align:justify;
}
.textovermelho {
	font-family: Tahoma;
	font-size: 13px;
	text-align:justify;
	color:#8b0000;
}
.textocinza {
	font-family: Tahoma;
	font-size: 13px;
	text-align:justify;
	color:#333333;
}
.textocinzaclaro {
	font-family: Tahoma;
	font-size: 12px;
	color:#333333;
}

.textobranco {
	font-family: Times New Roman;
	font-size: 14px;
	text-align:center;
	color:#FFFFFF;
}
.textobranco3 {
	font-family: Arial;
	font-size: 14px;
	text-align:center;
	color:#FFFFFF;	
	
}

.textobranco2 {
	font-family:Times New Roman;
	font-size: 16px;
	text-align:left;
	color:#FFFFFF;
}

.titulo {
	font-family: Tahoma;
	font-size: 20px;
	text-align:justify;
	color:#333333;
}
.menu {
	font-family: Arial;
	font-size: 14px;
	text-align:justify;
	color:#696969;
}

.menu2 {
	font-family: Arial;
	font-size: 18px;
	text-align:justify;
	color:#696969;
}

body {
	/*background-color: #f9f4ea;*/
}
a:link {
	color: #696969;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #696969;
}
a:hover {
	text-decoration: none;
	color: #8b0000;
}
a:active {
	text-decoration: none;
	color: #8b0000;
}

a.linkbranco {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
a.linkbranco:link {
text-decoration: none;
}
a.linkbranco:visited {
text-decoration: none;
color: #FFFFFF;
}
a.linkbranco:hover {
text-decoration: underline;
color: #FFFFF;
}
a.linkbranco:active {
text-decoration: underline;
color: #FFFFFF;
}

div.scroll {
width: 680px;
height:570px;
overflow:auto;
background:#f5ede1;
padding:10;

}

div.scroll2 {
width: 400px;
height:570px;
overflow:auto;
background:#f5ede1;
padding:10;
}

div.scroll3 {
width: 850px;
height:570px;
overflow:auto;
background:#f5ede1;
padding:10;
}

div.scroll4 {
width: 450px;
height:570px;
overflow:auto;
background:#f5ede1;
padding:10;
}



 </style>
