﻿body
{
	margin: 0px 0px 0px 0px;
}

#WebPage
{
	width: 950px;
	text-align: left;
}

.Topo
{
	background-color: #ABCDD9;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.MenuSuperior
{
	background-color: White;
	margin: 0px 0px 0px 0px;
	height: 20px;
}

.BotoesMenuSuperior
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: Black;
	text-align: left;
	height: 20px;
}

.TituloMenuLateral
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #616F85;
	padding: 10px 0px 10px 15px;
}

.MenuLateral
{
	width: 20.52%;
	height: 390px;
	vertical-align: top;
	background-color: #bec0c2;
}

.BotoesMenuLateral
{
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	color: #606F84;
}

.MenuLinhaLateral
{
	width: 25%;
	text-align: right;
	vertical-align: top;
}

.LinksMenuLateral
{
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	color: White;
	height: 26px;
	padding-left: 5px;
	vertical-align: bottom;
}

.Rodapé
{
	background-color: #616F85;
	height: 20px;
	font-family: Arial;
	font-size: 7pt;
	color: White;
}

a.a_azul
{
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	color: Black;
	text-transform: none;
	text-decoration: none;
}

a.a_azul:hover
{
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	color: #606F84;
	text-transform: none;
	text-decoration: none;
}

a.a_branco
{
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	color: Black;
	text-transform: none;
	text-decoration: none;
}

a.a_branco:hover
{
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	color: Red;
	text-transform: none;
	text-decoration: underline;
}

.TableButtonUp
{
	border-top: solid 1px #6d6e71;
	vertical-align: middle;
	height: 20px;
	overflow: hidden;
	background-color: #bec0c2;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	color: Black;
	text-transform: none;
	text-decoration: none;
}

.TableButtonUp:hover
{
	background-color: #6d6e71;
	color: White;
}

.TableButtonDown
{
	border-bottom: solid 1px #6d6e71;
	vertical-align: middle;
}

