body {
    font-family: Verdana;
    font-size: 8px;
    color: #a5a5a5;
    margin: 0px;
    background-image: url(images/bg.gif);
    background-repeat: repeat;
    overflow: auto;
}

.mainTable {
    width: 100%;
    height: 100%;
}

.mainTd {
    width: 100%;
    height: 100%;
}

.centerTable {
    background-color: #ffffff;
    width: 740px;
    height: 736px;
}

.topTd {
    background-color: #F0F0F0;
    width: 100%;
    height: 76px;
}

.menuTd {
    width: 100%;
    height: 25px;
    background-image: url(images/side_menu.jpg);
    background-repeat: repeat;
}

.logoTd {
    width: 215px;
    height: 106px;
}
.forgotTd {
    width: 223px;
    height: 100%;
}

.loginTd {
    width: 324px;
    height: 100%;
    font-family: Verdana;
    font-size: 7px;
    color: #333333;
    letter-spacing: 1px;
    font-weight: bold;
}

.caixaLogin {
    font-family: Verdana;
    font-size: 14px;
    color: #000000;
    vertical-align: bottom;
    background-color: #cccccc;
    border: none;
    height: 20px;
    width: 80px;
}

.btnLogin {
    background-color: #999999;
    border: none;
    height: 20px;
    width: 25px;
    font-family: Verdana;
    font-size: 8px;
    color: #ffffff;
    letter-spacing: 1px;
    cursor: pointer;
}

.caixaTexto {
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
    vertical-align: middle;
    background-color: #cccccc;
    border: none;
    height: 20px;
    width: 200px;
}

.btnSend {
    background-color: #999999;
    border: none;
    height: 20px;
    width: 90px;
    font-family: Verdana;
    font-size: 8px;
    color: #ffffff;
    cursor: pointer;
}

.menuItemOut {
    background-color: #ffffff;
    width: 100%;
    height: 25px;
    cursor: pointer;
}

.menuItemOver {
    background-color: #ededed;
    width: 100%;
    height: 25px;
    cursor: pointer;
}

.tituloSecao 
{
    font-family: "Trebuchet MS";
	color: #de0a0a;
    font-size: 18px;
}

.tituloInterna
{
    font-family: "Trebuchet MS";
	color: #666666;
    font-size: 16px;
	text-decoration:none
}

.textos
{
    font-family: verdana;
	color: #666666;
    font-size: 10px;
	text-align:justify;
	text-decoration:none;
}

.link
{
    font-family: "Trebuchet MS";
	color: #999999;
    font-size: 11px;
	text-decoration:none
}

.campo-formulario{font-family: verdana,arial,helvetica,sans-serif; font-size: 9px; color:#333333; background-color: #FFFFFF; border: 1px solid #666666;}

.bt-formulario{font-family: verdana,arial,helvetica,sans-serif; font-size: 9px; color:#ffffff; background-color: #333333; border: 1px solid #666666;}

/* CAMPOS CÁLCULO */

.campo-calculo{font-family: verdana,arial,helvetica,sans-serif; font-size: 9px; color:#333333; background-color: #f7f7f7; border: 1px solid #999999; width:20px;}

.campo-exibicao{font-family: verdana,arial,helvetica,sans-serif; font-size: 9px; color:#333333; background-color: #f7f7f7; border: 1px solid #999999;}

.link2
	{
	    font-family: verdana,arial,helvetica,sans-serif; font-size: 9px;
	color:Blue;	
	cursor:pointer;
	}
.link:hover
{
text-decoration: underline;
}	

#moeda_coverter
{
    background-color:#ededed;
    display:none;
    padding:5px;
}

#moeda_coverter_resultado
{
    background-color:#ededed;
    display:none;
    padding:5px;
}