@charset "utf-8";
/* CSS Document */
/***************LINKS**************/
/* VERMELHO ESCURO */
.a, .a{
	color: #CA0003;
	text-decoration: none;
	font-family:"MS Sans Serif";
	font-size:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.a:visited, .a:visited{
	color: #CA0003;
	text-decoration: none;
	font-family:"MS Sans Serif";
	font-size:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.a:hover, .a:hover{
	color: #CA0003;
	text-decoration: underline;
	font-family:"MS Sans Serif";
	font-size:10px;
	padding-top:5px;
	padding-bottom:5px;
}
/* VERMELHO CLARO */
.a:active, .a:active{
	color: #FF0003;
	text-decoration: none;
	font-family:"MS Sans Serif";
	font-size:10px;
	padding-top:5px;
	padding-bottom:5px;
}
/***********FIM LINKS***************/
