body { /*corpo da página */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

.bgmaincell { /* fundo da img grande */
	background-repeat: no-repeat;
	background-color:#000000;
}

.menu { /* formatação do menu */
	font-family: "trebuchet MS", arial, helvetica;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.titulo {
	font-family: "trebuchet MS", arial, helvetica;
	font-size: 14px;
	color: #D7E4F4;
	font-style: italic;
	font-weight: bold;
}

.texto {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 16px;
}
.imglink{
	
	border-color: #295874;
}

A.menu:link {
	color: #FFFFFF;
	text-decoration: none;
	}

A.menu:visited {
	COLOR: #FFFFFF;
	text-decoration: none;
	}

A.menu:hover {
	color: #86ACD2;
	text-decoration: none;
}

A.barra:link {
	color: #CDD6F3;
	font-weight: bold;
	text-decoration: none;
	}

A.barra:visited {
	COLOR: #CDD6F3;
	font-weight: bold;
	text-decoration: none;
	}

A.barra:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

A:link {
	color: #86ACD2;
	text-decoration: underline;
	}

A:visited {
	COLOR: #86ACD2;
	text-decoration: underline;
	}

A:hover {
	color: #cccccc;
	text-decoration: none;
}

.linha {
	border-bottom-style: solid;
	border-bottom-color: #4b7a96;
	border-bottom-width: 1px;
}
