/* CSS Document */
/* Web Site DCS */
/* Autor - Evaldo Altino */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	/*margin-top: 0px;*/
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}
body {
	background-color: #00845B;
}
.titulo
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00845B;
}
.menu
{
	/*font-weight: bold;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00845B;
}
.pequeno
{
	/*font-weight: bold;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
a:link {
	color: #00845B;
	text-decoration: none;
}
a:visited {
	color: #00845B;
	text-decoration: none;
}
a:hover {
	color: #00845B;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #00845B;
	text-decoration: none;
	font-weight: bold;
}
a.menu:link {
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
}
a.menu:hover {
	text-decoration: none;
	font-weight: bold;
}
a.menu:active {
	text-decoration: none;
	font-weight: bold;
}

/*Layout---------------------------------*/
div#container {
	width:770px;
	height:480px;
	margin:0 auto;
	text-align:left;
	border: solid #fff 1px;
	background-color: #fff;
	background-image: url(img/bg_container.jpg);
	background-repeat: repeat-x;
}