body
{
        font-family: Tahoma, Verdana, Arial, Trebuchet MS;
        height: 100%;
        width:100%;
        margin: 0px 0px 0px 0px;
        padding:0px;
        text-align:center;
}

/**
* inicio requerimentos
*/
.tdRequerimento{
    font-family: Verdana, Tahoma,Arial, Trebuchet MS ;
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
    text-align:justify;
}
.tdRequerimento a:link{
    color: #1D7D00;
    text-decoration: none;
}
.tdRequerimento a:visited{
    color: #1D7D00;
    text-decoration: none;
}
.tdRequerimento a:active{
    color: #1D7D00;
    text-decoration: none;
}
.tdRequerimento a:hover{
    color: #1D7D00;
    text-decoration: underline;
}
.tblRequerimento{
    border-style: solid;	
    border-width: 1px;
    border-color: #808080;
}


/**
* print
*/
.tdPrintHeader{
    font-family: Tahoma, Verdana, Arial, Trebuchet MS ;
    font-size: 12px;
    color: #000000;
    font-weight: bold;

}
.tdPrintCell{
    font-family: Tahoma, Verdana, Arial, Trebuchet MS ;
    font-size: 11px;
    color: #000000;
}
.tdPrintCell a:link{
    color: #004080;
    text-decoration: none;
}
.tdPrintCell a:visited{
    color: #004080;
    text-decoration: none;
}
.tdPrintCell a:active{
    color: #004080;
    text-decoration: none;
}
.tdPrintCell a:hover{
    color: #0062C4;
    text-decoration: underline;
}
.tblPrint{
    border-style: solid;	
    border-width: 1px;
    border-color: #000000;
}

.tblMain{
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF;
}

/**
* registo
*/
.tdRegisto{
    font-family: Verdana, Tahoma,Arial, Trebuchet MS ;
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
    text-align:justify;
}
.tdRegisto a:link{
    color: #1D7D00;
    text-decoration: none;
}
.tdRegisto a:visited{
    color: #1D7D00;
    text-decoration: none;
}
.tdRegisto a:active{
    color: #1D7D00;
    text-decoration: none;
}
.tdRegisto a:hover{
    color: #1D7D00;
    text-decoration: underline;
}
.tdRegistoSubmit{
    font-family: Tahoma, Verdana, Arial, Trebuchet MS ;
    font-size: 11px;
    color: #000000;
    background-color: #FFFFFF;
    text-align:center;
}
