html {
  padding:0px;
  margin:0px;
}

body {
  background-color: #eeeeee;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;
  text-align:center;
  margin:0px;
  padding:0px;
}

#copyright {
  background-image: url("../images/copyrightbg.png");
  background-color: #4987B8;
  background-repeat: repeat-x;
  text-align: center;
  padding: 3px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 10px;
}

#login {
  border: 0px;
  color: #2C7BB5;
  font-size: 10px;
  text-align: right;
}

#nome {
  font-family: Arial, Times, Verdana;
  font-size: 22px;
  font-weight: 900;
  color: #E5B800;
}

#slogan {
  font-family: Arial, Times, Verdana;
  font-size: 11px;
  font-weight: bold;
  padding-left: 2px;
  color: #4586B6;
}

div.secaoconteudo {
  width: 350px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #F2F2F2;
  border-style: dashed;
  border-width: 1px;
  border-color: #AAAAAA;
  padding: 5px;
}

div.titulosecao, div.maissecao, div.heading {
  font-family: Arial, Times, Verdana;
  font-size: 13px;
  font-weight: bold;
  color: #EECB3E;
}

a.maissecao, a.maissecao:visited, a.maissecao:active {
	text-decoration: none;
  font-family: Arial, Times, Verdana;
  font-size: 13px;
  font-weight: bold;
  color: #EECB3E;
}

div.textosecao {
  font-family: Arial, Times, Verdana;
  font-size: 12px;
  font-weight: normal;
  color: black;
}

div.maissecao {
  text-align: right;
}

div.heading {
  text-align: center;
}

#noticias {
  margin: 5px;
  background-color: #FFFFFF;
}

div.itemnoticia {
  font-family: Verdana, Arial, Times;
  font-size: 11px;
  margin: 3px;
  padding: 2px;
  border-bottom: dashed 1px #AAAAAA;
  color: #ECBD00;
}

a.itemnoticia, a.itemnoticia:active, a.itemnoticia:visited {
  font-weight: bold;
  color: #2C7BB5;
  text-decoration: none;
}

a.atendimento, a.atendimento:active, a.atendimento:visited  {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

#depoimentos, #autordepoimento {
  font-family: Verdana, Arial, Times;
  font-size: 11px;
  color: #2C7BB5;
  margin: 5px;
  background-color: #FFFFFF;
}

#autordepoimento {
  font-weight: bold;
  text-align: right;
}

#box {
  width:752px;
  margin: 0px auto;
  padding:2px;
  text-align:left;
}

#bottom {
  background-color:#ffffff;
  padding-top: 4px;
  padding-bottom: 4px;
}

#left {
  width:170px;
  padding: 0px;
  padding-right: 2px;
  padding-left: 2px;
  float:left;
  background-color:#ffffff;
}

#content {
  width:380px;
  padding:0px;
  padding-left: 15px;
  padding-right: 15px;
  float:left;
  background-color:#FFFFFF;
  overflow: auto;
  border-left: dashed 1px #AAAAAA;
}

#right {
  width:160px;
  padding:0px;
  padding-left: 2px;
  padding-right: 2px;
  float:left;
}

#conteudoright {
  background-color:#F2F2F2;
  text-align: center; 
}

#parceiros {
  background-color: #F2F2F2;
  text-align: center;
  padding: 4px;
}

#head {
  background-color:#cccccc;
  padding-left:2px;
  padding-right:2px;
  padding-bottom:2px;
}

div.menu {
	background-color: #2C79B2;
  background-image: url("../images/itemmenu.png");
  text-align: right;
	padding: 2px;
	padding-right: 6px;
  font-family: Arial, Times, Verdana;
  font-size: 14px;
	font-weight: bold;
  letter-spacing: 0px;
	color: white;
	margin-bottom: 2px;
}

div.submenu {
	padding-bottom :2px;
	padding-top: 2px;
  padding-left: 1px;
	color: #2B75AC;
  font-family: Arial, Times, Verdana;
	font-size: 12px;
	font-weight: 900;
	height: 15px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #AAAAAA;
}

div.menuitem {
	padding-bottom:3px;
	padding-top: 3px;
	padding-left: 20px;
	color: #999999;
  font-family: Arial, Times, Verdana;
  font-size: 11px;
	height: 15px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #AAAAAA;
}

a.menu, a.menu:visited, a.menu:active {
  text-decoration: none;
  color: white;
}

a.submenu, a.submenu:visited, a.submenu:active {
  text-decoration: none;
  color: #2B75AC;
}

a.menuitem, a.menuitem:visited, a.menuitem:active {
  font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}

<style type="text/css">
    table {
        font-family:Verdana;
        font-size:10px;
    }
    #lista td {
     color: #D18D3C;
     background-color:#FFF;
    }
    #lista th {
     background-color:#2883AF;
     color:#FFF;
     border:0px;
    }

    #contrate th {
     background-color:#D18D3C;
     color:#FFF;
     border:0px;
    }    
    
</style>