img {border: 0px}

body {
	margin: 0px;
	background: #ffffff url('img/fundo.gif');
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #505050;
}

li {
	list-style-image: url('img/marcador.gif');
}

.p_titulo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #505050;
	font-weight: bold;
}

.texto_rodape {
	font-family: Tahoma;
	font-size: 8pt;
	color: #a0a0a0;	
	text-align: center;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #a0a0a0;
	font-size: 13pt;
	text-decoration: bold;
	background: left bottom no-repeat url('img/linha.gif');
}

a {
	text-decoration: none;
	color: #0055ff;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
}

.item_menu {
	font-family: Tahoma;
	font-size: 10pt;
	color: #505050;
	text-decoration: none
}

.item_menu:hover	{
	font-family: Tahoma;
	font-size: 10pt;
	color: #0055ff;
	text-decoration: underline;
}

.corpo_pagina {
	padding-left: 10px;
	padding-right: 20px;
	vertical-align: top;
}

.td_menu {
	padding-bottom: 18px;
	padding-left: 20px;
	color: #a0a0a0;
}

.linha {
	border-top: 1px solid #c0c0c0;
	width: 100%;
	border-bottom: none;
	border-left: none;
	border-right: none;
}


