﻿body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(Imagens/body_fnd.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.style2
{
	color: #0093e9;
}

.td_rodape
{
	background-image: url(Imagens/rodape.jpg);
	background-color: White;
	height: 25px;
}

p, li
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 18px;
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 16px;
}
h4
{
	font-family: Arial, Helvetica, sans-serif;
	color: #0093e9;
	font-weight: bold;
	font-size: 14px;
}
h5
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

.TituloDetalhe
{
	background-color: #FFFDD7;
	padding: 7px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #00923F;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

.ListaItem
{
	background-color: #FFFDD7;
	padding: 7px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #00923F;
	width: 350px;
}
.ListaAltItem
{
	background-color: #FFFFFF;
	padding: 7px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #00923F;
	width: 350px;
}
.LinkItem, .LinkItem:active, .LinkItem:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
.LinkItem:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #00923F;
	text-decoration: underline;
}
.Botao
{
	border: 1px solid #005323;
	background-color: #00923F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	cursor: hand;
	cursor: pointer; /* Firefox */
}
.Painel
{
	background-color: #E7F0F6;
	padding: 15px 15px 15px 15px;
}
.Center
{
	margin-left: auto;
	margin-right: auto;
}

