.texto {
	font-family: Verdana;
	font-size: 10px;
	text-align: justify 
}

.rodape {
	font-family: Arial;
	font-size: 10px;
	text-align: center 
}

.titulo {
	font-family: arial;
	font-size: 13px;
	text-align: left;
	color: #CD0303;
	font-weight: bold
}

	
.borda {
    BACKGROUND-COLOR: #ffffff;
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    BORDER-COLOR: #999999;
    FONT-FAMILY: verdana;
    FONT-SIZE: 10 px
}

ul {list-style-image: url(images/bullet.gif)
}

a:link {color: #999999; text-decoration: underline}
a:visited {color: 999999; text-decoration: underline}
a:hover {color: #ff0000; text-decoration: underline}
a:active {color: #ff0000; text-decoration: underline}

a.tipo:link {color: #FFFFFF; text-decoration: underline}
a.tipo:visited {color: #FFFFFF; text-decoration: underline}
a.tipo:hover {color: #FFFFFF; text-decoration: underline}
a.tipo:active {color: #FFFFFF; text-decoration: underline}


