body
{
	background-color:White;
	font-family: Verdana, Tahoma, Arial;
	font-size:8pt;
	margin:0px;
	border-style:none;
}

/** LINKS                                                         **/
a:link, a:visited
{
	color: #005FA9;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a.aWhite:link, a.aWhite:visited
{
	color:White;
}

/** TITULOS                                                       **/
h2{
 font: bold 8pt Verdana,Arial;
 color: #006699;
 margin: 0px;
 padding: 0px;
 border-bottom: 2px solid #cccccc;
}

h4
{
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 0px;
	color:#FB9C62;
}

h5
{
	font-size:11pt;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#4A7AA4;
}

/** TABELA DE MENU                                                **/
td.bgPageTop
{
	background: #fff url(Pict/menu_Bg.gif) repeat-x;
	height:32px;
	width:770px;
	vertical-align:top;
}

/** TABELA PRINCIPAL                                              **/
td.bgPageCentral
{
	vertical-align:top;
	padding:5px 8px 5px 8px;
	margin:5px 8px 5px 8px;
	min-height:330px;
	height:330px;
}
td.bgPageBottom
{
	background: #fff url(Pict/menu_Bg.gif) repeat-x;
	height:29px;
	width:770px;
	vertical-align:middle;
	padding:0px 10px 0px 10px;
	margin:0px 10px 0px 10px;
	font-size:8pt;
}
td.bgPageRight
{
	background: #fff url(Pict/bg.gif);
	width:100%;
}

/** CAIXA DE CONTEUDO                                             **/
td.bgTop
{
	background: #fff url("Pict/table_top.jpg");
	height:17px;
}
td.bgTopLeft
{
	background: #fff url("Pict/table_top_l.jpg");
	width:17px;
	height:17px;
}
td.bgTopRight
{
	background: #fff url("Pict/table_top_r.jpg");
	width:21px;
	height:17px;
}
td.bgLeft
{
	background: #fff url("Pict/table_l.jpg");
	width:17px;
}
td.bgRight
{
	background: #fff url("Pict/table_r.jpg");
	width:21px;
}
td.bgBottom
{
	background: #fff url("Pict/table_bot.jpg");
	height:25px;
}
td.bgBottomLeft
{
	background: #fff url("Pict/table_bot_l.jpg");
	width:17px;
	height:25px;
}
td.bgBottomRight
{
	background: #fff url("Pict/table_bot_r.jpg");
	width:21px;
	height:25px;
}

/** CONTROLES DE FORMULÁRIO                                       **/
.cssBtn
{
	border-right: 1px ridge;
	border-top: 1px ridge;
	font-size: 8pt;
	border-left: 1px ridge;
	width: 80px;
	cursor: hand;
	border-bottom: 1px ridge;
	height: 19px;
	background-color: #F5f7f7;
	background-image:  url("Pict/button_Bg.jpg");
}

.cssDtg
{
	font-size: 7pt;
	font-family: Verdana, Tahoma, Arial;
	border-color: Gray;
	border-style:solid;
}
.cssDtgHeader
{
	font-weight:bold;
	color: White;
	background-color:#003366;
}
.cssDtgHeader a{
	color: White;
}
.cssDtgHeader a:visited{
	color: White;
}
.cssDtgDiv
{
	background-color: #fff;
	border-bottom-style:inset;
	border-bottom-width:thin;
	border-left-style:inset;
	border-left-width:thin;
	border-right-style:inset;
	border-right-width:thin;
	border-top-style:inset;
	border-top-width:thin;
}
.cssTxtBox
{
	color: #000000;
	font-family: Verdana, Tahoma, Arial;
	font-size: 7pt;
	font-weight: normal;
	background-color: #fff;
	border: solid 1px #c4dbf9;
}
.cssTxtBoxDireita
{
	color: #000000;
	font-family: Verdana, Tahoma, Arial;
	font-size: 7pt;
	font-weight: normal;
	background-color: #fff;
	border: solid 1px #c4dbf9;
	text-align: right;
}
.cssTxtHide
{
	color: #fff;
	background-color: #fff;
	border-color: #fff;
	border-style: none;
	height: 2px;
	width: 3px;
}
.cssCbo
{
	border-right: #c4dbf9 1px solid;
	border-top: #c4dbf9 1px solid;
	font-size: 7pt;
	border-left: #c4dbf9 1px solid;
	border-bottom: #c4dbf9 1px solid;
	background-color: #fff;
}