/* CSS Document */

.template {
		margin:0 auto 0 auto;
		width:777px;
}

body {
		background-image:url(../img/bg.jpg);
		background-repeat:repeat-x;
		margin:0px;		
}
.padding_interno{
	padding:15px;
}

td {
		font-family:"Trebuchet MS", Verdana;
		font-size:12px;
		text-align:justify;
		color:#000000;
}

.destaque {
		font-family:"Trebuchet MS", Verdana;
		font-size:12px;
		text-align:justify;
		color:#009900;
		font-weight:bold;
}

a {
	font-family:"Trebuchet MS", Verdana;
		font-size:12px;
		text-align:justify;
		color:#294426;
		font-weight:bold;
}

.tabela {
		font-family:"Trebuchet MS", Verdana;
		font-size:12px;
		text-align:center;
		color:#294426;
		font-weight:bold;
		background-color:#ebebeb;
}

.tabelaconteudo {
		font-family:"Trebuchet MS", Verdana;
		font-size:12px;
		text-align:center;
		color:#666666;
		font-weight:bold;
}
		
.tabeladestaque {
		font-family:"Trebuchet MS", Verdana;
		font-size:12px;
		text-align:center;
		color:#993300;
		font-weight:bold;
		background-color:#FFFFFF;
}

.tabelacor {
		font-family:"Trebuchet MS", Verdana;
		font-size:12px;
		text-align:justify;
		color:#000000;
		background-color:#ebebeb;
		
}

.subtitulo {
		font-family:"Trebuchet MS", Verdana;
		font-size:12px;
		text-align:justify;
		color:#006600;
		font-weight:bold;
}

.destaqueconteudo {
		font-family:"Trebuchet MS", Verdana;
		font-size:12px;
		text-align:justify;
		color:#FF6600;
		/*text-decoration:underline;*/
		
}


ul.menu {
	color:#000000;
	margin:0;
	padding:0;
	list-style-type:none;
	background-image:url(../img/up.jpg);
	background-repeat:repeat-x;
}


ul.menu li {
	display:inline;
	height:34px;
	line-height:34px;
}

.menu li {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.menu li a {
	color:#333333;
	text-decoration:none;
	height:34px;
	width:100%;
	font-size:14px;
	border-right:1px solid #666666;
	padding:5px 15px 5px 15px;
}

.menu li a:hover {
	color:#000000;
	text-decoration:none;
	height:34px;
}
.menu li:hover {
	background-image:url(../img/over.jpg);
	background-repeat:repeat-x;
}


