/* CSS Document */

body {
	background-image: url(../imagens/bg_home_paginas.jpg);
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
a {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #00FF00;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

#msg {
	overflow: auto;
	width: 95%;
	height: 450px;
	text-align: justify;
	font-size: 12px;
	padding: 2;

}

