P  {}

H1  {}

H2  {}

H3  {}

A  {
	color : #7D6A25;
	font-size : 10px;
	text-decoration : none;
	font-family : Verdana;
}

A:Visited  {}

A:Active  {}

A:Hover  {
	color : #CFA304;
}

BODY  {}

.form  {
	text-decoration : none;
	border-width : 1px;
	font-size : 10px;
	font-family : Verdana;
}

.titNoticia  {
	text-decoration : none;
	border-width : 1px;
	font-size : 12px;
	font-family : Verdana;
	font-weight:bold;
	color: #7d6a25;
}

.texto1  {
	text-decoration : none;
	border-width : 1px;
	font-size : 11px;
	font-family : Verdana;
	font-weight:none;
	color: #333333;
}

.titCadastro{
	text-decoration : none;
	border-width : 1px;
	font-size : 12px;
	font-family : Verdana;
	font-weight:bold;
	color: #FFFFFF;
}

.cadastro {
	text-decoration : none;
	border-width : 1px;
	font-size : 11px;
	font-family : Verdana;
	font-weight:none;
	color: #000000;
}
.cadastro:hover{
	text-decoration : underline;
	color: #000000;
}

.texto  {
	text-decoration : none;
	border-width : 1px;
	font-size : 12px;
	font-family : Verdana;
	font-weight:none;
	color: #7d6a25;
}
.texto1  {
	text-decoration : none;
	border-width : 1px;
	font-size : 12px;
	font-family : Verdana;
	font-weight:none;
	color: #000000;
}

.menu  {
	text-decoration : none;
	border-width : 1px;
	font-size : 12px;
	font-family : Verdana;
	color: #695a31;
	font-weight:bold;
}
.menu:hover  {
	text-decoration : underline;
}

.txtNoticia  {
	text-decoration : none;
	border-width : 1px;
	font-size : 12px;
	font-family : Verdana;
	color: #000000;
}
.txtNoticia:hover  {
	text-decoration : underline;
	color: #000000;
}

.scroll {
	overflow: auto; 
	height: 100%; 
	width: 100%; 
	scrollbar-arrow-color:#6d6743;
	scrollbar-3dlight-color: #e8e6d9; 
	scrollbar-highlight-color: #e8e6d9; 
	scrollbar-face-color: #e8e6d9; 
	scrollbar-shadow-color: #e8e6d9; 
	scrollbar-darkshadow-color:#e8e6d9; 
	scrollbar-track-color: #e8e6d9; 
	font-size: 8px;
}

.scrollNoticia {
	overflow: auto; 
	height: 100%; 
	width: 100%; 
	scrollbar-arrow-color:#6d6743;
	scrollbar-3dlight-color: #f9f8f0; 
	scrollbar-highlight-color: #f9f8f0; 
	scrollbar-face-color: #f9f8f0; 
	scrollbar-shadow-color: #f9f8f0; 
	scrollbar-darkshadow-color:#f9f8f0; 
	scrollbar-track-color: #f9f8f0; 
	font-size: 8px;
}