﻿body
{
	background: white;
	font-family: Tahoma;
	font-style: normal;
	text-align: justify;
	font-size: 9pt;
}

a
{
	color: #135e7e;
	text-decoration: none;
}

a:hover
{
	color: Red;
}

img
{
	border: none;
}

#maindiv
{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

#on-page-title
{
	background: #005083;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	font-size: 12pt;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: White;
	
	/* IE6 e IE7 */
	_margin-top: -5px;
	#margin-top: -5px;
}

#page-footer
{
	background: #005083;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	font-weight: normal;
	color: White;
	font-size: 8pt;
}

#topLinks
{
	text-align: right;
	text-decoration: none;
	font-size: 8pt;
	margin-right: 20px;
}

#content-div
{
	width: 674px;
	padding-bottom: 10px;
}

#titulo-pagina-principal
{
	font-size: 12pt;
	font-weight: lighter;
}

.informacoes-versao
{
	margin-top: 0px;
	font-size: 6pt;
	text-align: right;
	font-style: italic;
	color: #888888;
}

.link-apos-rodape
{
	color: #777777;
}

.barra-verde
{
	background-color: #43ad37;
	border-style: none;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 8px;
	
	/* IE 6 e 7 */
	_margin-top: -8px;
	#margin-top: -8px;
}

.painel-cinza
{
	background-color: #eeeeee;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.obsRodape
{
	color: #777777;
	font-style: italic;
}

.image-left
{
	float: left;
	margin-top: 3px;
	margin-right:20px;
}

.botao-azul
{
	color: White;
	font-size: 8pt;
	font-family: Tahoma;

	background-color: #005083;
	border-style: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

	/* IE6 e IE7 */
	_padding-left: 4px;
	_padding-right: 4px;
	#padding-left: 4px;
	#padding-right: 4px;
}

.botao-cinza
{
	color: #333333;
	font-style: italic;
	font-size: 8pt;
	font-family: Tahoma;

	background-color: #888888;
	border-style: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

	/* IE6 e IE7 */
	_padding-left: 4px;
	_padding-right: 4px;
	#padding-left: 4px;
	#padding-right: 4px;
}

.main-page-box-big
{
	width: 248px;
	height: 160px;
	background-color: #eeeeee;
	float: left;
	position: relative;
	margin-left: 1px;
	margin-bottom: 1px;
}

.main-page-box-small
{
	width: 248px;
	height: 90px;
	background-color: #eeeeee;
	float: left;
	position: relative;
	margin-left: 1px;
	margin-bottom: 1px;
}

.main-box-container
{
	height: 400px;
}

.main-box-title
{
	text-transform: uppercase;
	font-size: 10pt;
	color: White;
	text-align: right;
	padding-right: 15px;
	padding-top: 4pt;
	padding-bottom: 4pt;
	cursor: pointer;
}

.main-box-contents
{
	text-align: right;
	font-size: 8pt;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 8px;
}

.item-list-espacada
{
	margin-top: 10px;
}

.painel-botoes-inferior
{
	text-align: center;
	margin-top: 30px;
}

.painel-botoes-superior
{
	margin-top: 30px;
	text-align: left;
}

.dica-rodape
{
	margin-top: 30px;
	font-style: italic;
}

