@CHARSET "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
  background-image: url("imagens/marcaAguaIICD.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}


.titulosPrincipaisGrandes {
	font-weight: bolder;
	font-size: 24px;
	color: #000080;
	text-align: justify;
} 

.titulosPrincipais {
	font-weight: bolder;
	font-size: 16px;
	color: #000080;
} 
.titulosSecundarios {
	font-weight: bolder;
	font-size: 12px;
	color: #000080;
	text-align: justify;
}
.titulosSecundariosGrandes {
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	background-color:#000080;
	text-align: left;
	padding-left: 20px;
	cursor: pointer;
}
.textoNormal {
	font-size: 12px;
	color: #000080;
	text-align: left;
}
img{
	border: 0;
}

#header{
	text-align: center ; 
	width: 100%; 
	color: black;
	font-weight: bold;
	font-size: 13px;
}

#headerTable{
	background: url(imagens/fundo.jpg) right top no-repeat fixed #FFFFFF;
	height: 130px;
	width: 850px;
}

#corpo{
	text-align: justify; ;
	height: 300px; 
	width: 100%;
	padding-top: 10px;
}
	
.footer{
	background: #F7F7F7;
	color: #000000;
	text-align: center ; 
	font-size: 8px;
}

.tables{
	border-color: #1E97FF;
	border-width: 0px;
	padding: 5px; 
	border: 1px #000000 solid;
}

.tableHeader{
	border-color: #1E97FF;
	border-width: 1px;
	padding: 5px; 
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}

.linhapar {
	background-color: #8EB5E3;
	border-width: 1px;
	border-color:  #000000;
}
.linhaimpar {
	color: #FFFFFF;
	background-color: #6F99C1;
	border-width: 1px;
	border-color:  #000000;
}

.tableCalendar{
		border-width: 0px;
		border-style: outset;
		padding: 5px;
	}
	
.trCalendar{
	background-color: #A0CCD7;
}

.tdCalendar{
	border-width: 1px;
	border-style: dotted;
	padding: 10px;
}

#areaCentral{
	border-left:1px solid #000080;
	border-right:1px solid #000080;
	padding-left:10px;
	padding-right:10px;
}

