body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	/*background: #006633 url(../img/bg_lines.gif) repeat fixed top left;*/
}

h1, h2, h3, h4, h5, h6
{
	color: Black;
	background-color: transparent;
	font-family: "Trebuchet MS" , Verdana, Arial, Tahoma;
	font-weight: normal;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	font-weight: bold;
}

h1
{
	font-size: 160%;
}

h2
{
	font-size: 150%;
}

h3
{
	font-size: 140%;
}

h4
{
	font-size: 130%;
}

h5
{
	font-size: 120%;
}

h6
{
	font-size: 110%;
}


p
{
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0.75em;
	margin-left: 0pt;
	line-height: 1.5em;
	text-align: justify;
}

a
{
	color: #0000FF;
	text-decoration: none;
}

a img{
  border: none;
}


a:hover
{
	text-decoration: underline;
}

#main
{
	width: 990px;
	background-color: #F0F0F0;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

#header
{
	width: 100%;
	background-color: #F0F0F0;
	border-bottom: solid 1px #000000;
	height: 20px;
	overflow: hidden;
}

#banner
{
	width: 100%;
	background-color: #F0F0F0;
	height: 160px;
	overflow: hidden;
	background-image: url(../img/banner.png);
}

#menu
{
	width: 100%;
	background-color: #F0F0F0;
	overflow: hidden;
	border-bottom: solid 1px #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#content
{
	margin: 20px;
}

#footer
{
	height: 30px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #006633;
	text-align: center;
}

#login
{
	background-image: url(../img/logo_fundo.png);
	width: 714px;
	height: 459px;
}

#nomeUsuario
{
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
	font-size: 10px;
}

input[type="text"], input[type="password"], input[type="file"], textarea
{
	background: White url('../img/input_background.gif') repeat-x;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	visibility: visible;
	border: solid 1px #b5b5b5;
	color: Black;
	vertical-align: middle;
	height: 15px;
}

select
{
	background: White url('../img/input_background.gif') repeat-x;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	visibility: visible;
	border: solid 1px #b5b5b5;
	color: Black;
	vertical-align: middle;
}

Input[type="text"]:hover, input[type="password"]:hover, select:hover, textarea:hover
{
	border: solid 1px #000000;
}

.fieldRequired
{
	background-color: transparent;
	background-image: url(../img/required.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 8px;
	color: White;
}

.fieldDetails
{
	font-size: 90%;
	color: #76797c;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0.2em;
	margin-left: 0pt;
}

.fieldDetails:hover
{
	color: Black;
	cursor: default;
}

.label
{
	font-weight: bold;
}

.labelDetails
{
	color: #76797c;
	font-size: 90%;
}

.labelRequired
{
	font-weight: bold;
	background-color: transparent;
	background-image: url(../img/required.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
	padding-right: 8px;
}

.discreet
{
	color: #76797c;
	font-size: 85%;
	font-weight: normal;
}

.field
{
	top: 0pt;
	left: 0pt;
	margin-top: 0pt;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0pt;
}

.tabelaGrd
{
	border: solid 1px black;
	width: 750px;
}

table.bordasimples
{
	border-collapse: collapse;
}

table.bordasimples tr td
{
	border: 0px none #000000;
	text-align: center;
}

.linhaGrd
{
	border: solid 1px black;
}
.erro
{
	color: #FF0000;
	font-size: 10px;
}
.titulo
{
}

/*Formatação do Menu*/
.menu
{
	margin-left: 3px;
}
.level1
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 2px 10px 2px 10px;
	border-top: solid 1px;
	border-right: solid 1px;
	border-left: solid 1px;
	border-color: #000000;
}
.hoverstyle
{
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
}
.hoverstyle a:hover
{
	text-decoration: none;
}
/*Fim Menu*/

.linkBtn
{
	vertical-align: middle;
}

.bordasfinas td
{
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
.bordasfinas
{
	border: 1px solid black;
	border-bottom: 0;
	border-right: 0;
}
