/*-------------PARAGRAFOS DAS PAGINAS------------*/

p { 
	font-family: verdana;
	font-size: 13px;
	font-style: nomal; 
	text-align: justify;
}

pre {
	font-family: verdana;
	font-size: 13px;
	font-style: normal;
	text-align: justify;
}

textarea {
	font-family: verdana;
	font-size: 13px;
	font-style: normal;
	text-align: justify;
}

/*-------------TABELAS DAS PAGINAS------------*/

td { 
	font-family: verdana;
	font-size: 13px;
	font-style: nomal; 
	text-align: justify;
	text-valign: top	
}

td.botoes { 
	font-family: verdana;
	font-size: 13px;
	font-style: nomal; 
	text-align: center;
}

td.preco { 
	font-family: verdana;
	font-size: 13px;
	font-style: nomal; 
	text-align: right;
	text-valign: top	
}

td.valor { 
	font-family: verdana;
	font-size: 13px;
	font-style: nomal; 
	text-align: right;
	text-valign: top	
}

TD.menu
{
	width:8%;
	text-align: center;
}

td.imagem { 
	font-family: verdana;
	font-size: 13px;
	font-style: nomal; 
	text-align: center;
}

td.listar { 
	font-family: verdana;
	font-size: 13px;
	font-style: nomal;
	text-align: center;
	background-color: #9E0B0E;
	color: #FFFFFF;
	text-valign: top	
}

TR.Cor1
{
	background-color: White;
	HEIGHT: 25px;
	valign: middle;
}

TR.Cor2
{
	background-color: #CCCCCC;
	HEIGHT: 25px;
	valign: middle;
}
/*-------------TITULOS DAS PAGINAS------------*/

p.titulo{ 
	font-family: verdana;
	font-style: normal;
	font-size: 15px;
	font-weight: bold;
	color: #9E0B0E;
}

p.titulo_artigo{ 
	font-family: verdana;
	font-style: normal;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

p.rotulo{ 
	font-family: verdana;
	font-style: normal;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #9E0B0E;
}

p.principal{ 
	font-family: verdana;
	font-style: normal;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

/*------------CORPO--------------------*/
body {
	background-color: #ffffff;
}

BODY.Menu
{
	background-color: #9E0B0E;
	margin-left: 2;
	margin-top: 3;
	margin-right: 0;
	margin-bottom: 0;
	/*color: Black;
	font-family: "Tahoma", "Verdana", "Arial";
	font-size: 10pt;
	vertical-align: top;
	text-align: justify;*/
}

/*--------------LINKS---------------*/
	a:link {
		text-decoration: none;
		color:#000000;
	}
	a:visited {text-decoration: none; color:#999999}
	
	a:hover {
		text-decoration: underline; 
		color: #FF0000;
	}
	
	a:active {text-decoration: none}



/*------------------LISTAS-------------------*/

ul
{
	/*list-style-type: decimal;*/
	list-style-position: outside;
	font-family: verdana;
	font-size: 13px;
	font-style: nomal; 
	text-align: justify;
	text-indent: 2px;

}


