/* corpo, links, css para todas as páginas */

body {
	background-color: #45718C;
	background-image: url("./images/background_right.jpg"), url("./images/background_left.jpg");
	background-position: right,left;
	background-repeat: repeat-y;
	}

a{
	text-decoration:none;
	color: #C2E6FC;
}
a:hover,#rssl{
	text-decoration:underline;
	color: #FFFFCC;
}

/* bordas para imagens e tabelas */

.bordatabela {
	border: 1px solid #000000;
	border-radius: 5px;
}
.bordasuperior {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}
.bordaesquerda {
	border-left-width: 1px;
	border-top-style: none;
	border-left-style: solid;
	border-left-color: #000000;
}
.bordainferior {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.bordadireita {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.lefttopbottom {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.righttopbottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.topbottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

.bordasuperiorbranca {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}

.leftrightbottom {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.leftrighttop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}

/* Estilos de texto */

.Fonte_Azul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #C2E6FC;
	font-weight: bold;
	letter-spacing: 0.3px;
}
.Fonte_Azul_centralizado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #C2E6FC;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.3px;
}

.Fonte_Branca {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 8pt;
	letter-spacing: 0.3px;
	
}
.Fonte_Branca_Justificado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: justify;
	letter-spacing: 0.3px;
	font-size: 8pt;
	
}

/* background, quando necessário */

.background {
	background-attachment: fixed;
	background-image: url(images/back04.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}



