@charset "UTF-8";
/* CSS Document */

.redtext {
	color: #842835;
}
.boldtxt {
	font-weight: bold;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.bluetext {
	color: #06C;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.menu_txt:link {
	font-size: 18px;
	color: #F60;
	font-weight: bold;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
}
.menu_txt:visited {
	font-size: 18px;
	color: #F60;
	font-weight: bold;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
}
.menu_txt:hover {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	background-color: #95254B;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
}
.menu_txt:active {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	background-color: #8DC548;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
}
.separadores {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.titulos {
	font-size: 16px;
	text-align: left;
}
.titulos_pag {
	font-size: 18px;
	color: #333;
}
.separador {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #966;
}
.txt_large {
	font-size: 14px;
}
