/* CSS Document */
*
{	
	margin:0;
	padding:0;
}

body
{	
	background:#CCCCCF;
	font: 11px 	"Verdana";
}

h1
{
	font: 18px "Lucida Casual";
	color:#00FF66;
	}
h2
{
	font: 15px "Trebuchet";
	font-weight:bold;
	color:#005E5E;
	margin:10px 10px;
	}
h3
{
	font: 11px "Trebuchet";
	font-weight:bold;
	color:#005E5E;
	margin:6px;
	}

p{
	line-height: 1.6em;
	margin: 10px;
}

.bgconteudo
{
	background:#EEF9FD url(file:///D|/wf%20grupo/%22imgs/bg_conteudo.jpg%22) top left repeat-x fixed;
}

.borda
{
	border: 18px solid #C1CCDB;
}
.bordaimg
{
	border: 1px solid #fff;
}
.textorodape
{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#005E5E;
	border-top: 2px solid #ABCA49;
}

ul li
{
	margin-top: 0.1em;
	margin-right: 0;
	margin-bottom: 0.9em;
	margin-left: 1.4em;
	}

td a
{
	color:#336600;
	font-family: Trebuchet;
	font-size: 11px;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration:none;
	list-style-image: url(file:///D|/wf%20grupo/imgs/list.jpg);
	
}

td a:hover
{
	
	text-decoration:none;
	list-style-image:  url(file:///D|/wf%20grupo/imgs/seta.jpg);
}

.imagem
{
	background-repeat:no-repeat;}
	
a
{
	color:#336600;
	text-decoration:none;
	}
a:hover
{	
	color:#003366;
	text-decoration:underline;
}


