body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-position: center;
    background-repeat: repeat-y;
    text-align: center;
    /*background-color: #6C6C6C; */
}

.default {
    color: #C44000;
}
.lmg {
    width: 28px;
    height: 1000px;
    background-image: url("../img/leftMargin.gif");
}

.rmg {
    width: 28px;
    height: 1000px;
    background-image: url("../img/rightMargin.gif");
}

.titw {
    font-size: 12px;
    font-weight: bold;
    font-family:verdana;
    color: #ffffff;
}

.menuw {
    font-size: 12px;
    font-weight: bold;
    font-family:verdana; 
    color: #000000;
}

.menut {
    font-size: 10px;
    font-weight: bold;
    font-family:verdana;  
    color: #C44000;
}


.txt {
    font-size: 10px;
    font-weight: bold;
    font-family: verdana;
    color: #C44000;
}

.txt A:link {
    color: #C44000;
}

.txt A:visited {
    color: #C44000;
}
.txt A:active {
    color: #C44000;
}
.txt A:hover {
    color: #FF0000;
}

.txtw {
    font-size: 10px;
    font-weight: bold;
    font-family:verdana;
    color: #FFFFFF;
}

.txtw A:visited {
    color: #FFFFFF;
}

.txtw A:visited {
    color: #FFFFFF;
}

.txtw A:active {
    color: #FFFFFF;
}

.txtw A:hover {
    color: #FF0000;
}

.fob {
    height: 18px;
    border-color: #FAFAFF;
    background-color: #F9F9FE;
    font-size: 10px;
    font-weight: bold;
    font-family: verdana;
    color: #C45C00;                                           
}

.fob2 {
    height: 18px;
    font-size: 14px;
    font-family: verdana;
}

.fob3 {
    border-color: #FAFAFF;
    background-color: #F9F9FE;
    font-size: 10px;
    font-weight: bold;
    font-family: verdana;
    text-transform: uppercase;
}



.btn {
    height: 18px;
    font-size: 10px;
    border-color: #C44000;
    font-weight: bold;
    font-family: verdana;
    background-color: #F3F3F3;
    border-width: 1px;
    border-style: ridge;
    color: #C45C00;
    width: 70px;    
}

.btn2 {
    height: 18px;
    font-size: 10px;
    border-color: #C44000;
    font-weight: bold;
    font-family: verdana;
    background-color: #C45C00;
    border-width: 1px;
    border-style: ridge;
    color: #FFFFFF;
    width: 70px;
    
}

A:link {
    color: #FFFFFF;
}

A:visited {
    color: #FFFFFF;
}

A:active {
    color: #FFFFFF;
}

A:hover {
    color: #FF0000;
}

.caixa {
	margin: auto;
	position: relative;
	vertical-align: middle;
	font-family: arial, verdana;
	font-size: .8em;
	color: #fff;
	border: 1px solid #003366;
}

.caixa_transp {
	margin: auto;
	position: relative;
	vertical-align: middle;
	font-family: arial, verdana;
	font-size: .8em;
	color: #fff;
	border: 1px;
}

.caixa_titulo {
	font-size: .9em;
	padding: 5px;
	font-weight: bold;
	position: relative;
	top: 0px;
	left: 0px;
        color: #FFFFFF;
	background-color: #27813B;
}

.caixa_conteudo {
	padding: 5px;
	background-color: #fff;
	color: #000;
	line-height:20px;
        color:cornflowerblue;
        vertical-align:middle;
}

.separador_div { height: 1px; }