/**
*Style para o body
*/
BODY {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000099;
	padding : 0px;
	margin: 0px;
}

/*configurações referentes ao cabeçalho*/
.tableTop {
	height: 100;/*Configurações estáticas*/
	width: 100%;/*Configurações estáticas*/
	background-color: #FFFFCC;
	bordercolor: #FFFFCC;
	border: none; 
	border-collapse: collapse
}

.titutloTop {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 8pt;
}

/**
*configurações referentes à data
*/
.data {
	font-weight: bold;
	color: #000000;
	font-size: 8pt;
}

/**
 * configurações referentes ao Logotipo.
*/
.IMGTopLogotipo {
	color: #006600;
	font-size: 8pt;
	width:190;
	height:112;
	border : none;
	background-image: url(../../imgSite/eeee.jpg);
}

/**
 * configurações referentes ao banner.
*/
.IMGTopBanner {
	width: 425pt;
	height: 68pt;
	background-image: url(../../Imagens/cabecalho/banner_3.jpg);
	background-repeat: no-repeat;
}

/**
 * configurações referentes ao menu.
*/
table.menu {
	background-color: #EBF3A8;
	border-top: #BDD014 2px solid;
	border-left: #BDD014 2px solid;
	border-right: #BDD014 2px solid;
	border-bottom: #BDD014 2px solid; 
}

.menu {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #999999; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none; 
	background-color: #EBF3A8; 
}

.menu:visited {
	COLOR: #999999;
}

.menu:hover {
	COLOR: #006600;
	text-decoration: none;
}

/**
 * configurações referentes à tabela do titulo da informação central.
*/
table.titulo {
	border-style: 1px solid;
	border-color: #7ca5cf;
	background-color: #7ca5cf;
	width:100%;
}

/**
 * configurações referentes ao titulo da informação central.
*/
h1.title {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: bottom;
	margin:0;
	display: block;
}

/**
 * configurações referentes ao titulo da informação central do administrador.
*/
.titleAdmin {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: bottom;
	text-decoration: underline;
}

.titleAdmin:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.titleAdmin:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

