body {
    background-color: #990000;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12;
   	padding: 0px;
    margin: -10px;
}

body a{
  color: #FFFFFF;
}


#principal {
    position: static;
	width: 770px;
	padding: 0px;
}

#superior {
	float: left;
	width: 100%;
	padding: 0;
}

#esquerda {
    position: relative;
    left: 0px;
    z-index: 3;
	width: 150px;
    padding-right: 15px;
    border-style: solid ;
    border-color: #003399;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 1px;
}

#central {
    float: left;
    width: 570px;
    margin: 0px auto;
    background-image: url(../img/fundo.jpg);
    padding: 5px;
    overflow: auto;
}

#marcador {
    text-align: left;
    padding-top: 7px;
    padding-left: 70px;
    background-image: url(../img/marcador.gif);
    background-repeat: no-repeat;
    background-position: top left;
    color: silver;
    font-weight: bold;
}

#direita {
    float: left;
	width: 180px;
    text-align: right;
    padding: 0px;
    padding-left: 5px;
	border-style: solid ;
    border-color: #990000;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-right-width: 0px;

}

#inferior {
	width: 100%;
    text-align: left;
	clear:both;
}

#estrutura {
    float: left;
/*    background: url('../img/fndestrutura.gif') no-repeat center;*/
    padding: 20px;
}

#menu_adm {
   float: center;
}

#menu_adm a{
   width: 100%;
   background-color: #CC0000;
   font: 12px Verdana;
   text-decoration: none;
   text-align: center;
   color: #fff;
   padding: 2px;
}

#menu_adm a:hover{
   color: #FFCC66;
}

#menu {
   width: 100%;
}

#menu a{
   background-image: url(../img/fndbtn.jpg);
   background-position: bottom;
   font: 14px Arial, Helvetica, sans-serif;
   text-decoration: none;
   text-align: left;
   color: #FFFF99;
   border: 1px solid #660000;
   padding-right: 10px;
   padding-left: 10px;
   padding-top: 1px;
   padding-bottom: 1px;

/*   font-weight: bold;*/
}

#menu a:hover{
   color: #FFFF99;
   background: #660000;
   border: 1px solid #660000;
}

#form {
   border: 0px;
}

#form td{
   border: 0px;
}

#table a {
  color: white;
}

#fade {
	top: 40%;
	left: 50%;
	margin: -240px 0px 0px -385px;
	position: absolute;
}

#fade #alvo {
	width: 770px;
	height: 600px;
	background: red;
}

#texto10 {
    font-family: arial;
    font-size: 10;
    text-align: right;
    color: #990000;
    line-height: 1.2;
}

#texto10 a {
    color: #990000;
    text-decoration: none;
}

#texto10 a:hover {
    text-decoration: underline;
}

#link {
  color: #006699;
}

#link a{
  color: #0000CC;
  text-decoration: none;
}

#link a:hover{
  color: #FF3333;
}
