/* CSS Document */
body {
	background-color: #CADAEF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
body, td, th
{
    padding: 0px;
    font-family: verdana;
        font-size: 11px;
        color: #000000;
        text-align: center;
}
.celulas
{
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    font-size: 11px;
    border-left: #666666 1px solid;
    color: #000000;
    border-bottom: #666666 1px solid;
    font-family: verdana;
    background-color: #ffffff;
}
.CelulaCentral
{
    background-color: #CADAEF;
    background-image: url(images/INICIAL_r5_c2.jpg);
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    text-align: justify;
}
.Bordas
{
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #f5f5f5;
}
.CelulaEsquerda {
	background-color: #417AC7;
	background-image: url(images/INICIAL_r1_c1.jpg);
	background-repeat: no-repeat;
}
.CelulasDireita {
	background-color: #417AC7;
	background-image: url(images/INICIAL_r1_c5.jpg);
	background-repeat: no-repeat;
}
.Centro {
	background-image: url(images/INICIAL_r4_c2.jpg);
}

.style2
{
    height: 57px;
}
	
a
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
    }
a:hover
{
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

.borda
{
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    font-size: 11px;
    border-left: #666666 1px solid;
    color: #000000;
    border-bottom: #666666 1px solid;
    font-family: verdana;
    background-color: #ffffff;
}

select, input
{
    border: 1px solid gray;
    font-size: 13px;
    margin: 1px;
    font-family: verdana;
    font-weight: bold;
    background-color: #f5f5f5;
}

textarea
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 10px;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-family: verdana;
	background-color: #f5f5f5;
}

