.left {
  width:200px;
  color: black;
  font-family: Arial;
}

.center {
  font-size:14px;
  font-weight: bold;
  color: black;
  font-family: Arial;
  text-align: left;
  width: 564px;
}

.right {
  width:199px;
  font-size:13px;
  color: black;
  font-family: Arial;
}

.headingleft {
  height:38px;
  font-size:16px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: Arial;
  background-image: url(../img-escolher-credito/bg_left.gif);
  text-align: center;
}

.headingcenter {
  font-size:16px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: Arial;
  background-image: url(../img-escolher-credito/bg_center.gif);
  text-align: left;
  width: 564px;
  height: 38px;
}

.headingright {
  height:38px;
  font-size:16px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: Arial;
  background-image: url(../img-escolher-credito/bg_right.gif);
  text-align: center;
}

.separator {
  width:7px;
  font-size: 10px;
  margin: 0;
  padding: 0;
}

.maintable {
  margin-top: 10px;
  text-align: center;
  border-collapse: collapse;
  
}

.menu {
  text-align:left;
  font-size:14px;
  color:black;
  padding-left:3px; 
}

.menu strong{
  font-size:16px;
  color:black;
  font-weight:bold; 
}

.menu ul{
  padding-left:15px;
  margin-top:0;
  margin-bottom:0;
}

.menu li{
  font-size:14px;
  color:red;
  
}

.menu a{
  font-size:14px;
  color:black;
  text-decoration:none;
}

.menu a:hover{
  font-size:14px;
  color:black;
  text-decoration:underline;
}

.centerdark {  
  height:250px;
  background-color: #4d4b4a;
  border: 2px rgb(0,0,0) solid;
}

.centerlight {  
  height:250px;
  background-color: #ffffff;
  border: 2px rgb(0,0,0) solid;
}

.darkcontent {
  vertical-align: top;
  width:220px;
}

.lightcontent {
  vertical-align: top;
  width:220px;
}

.darkcontent h1 a{
  font-size:16px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: Arial; 
  text-decoration: none;
}

.darkcontent h2 {
  font-size:14px;
  font-weight: normal;
  color: #CCCCCC;
  font-family: Arial;
}

.lightcontent h1 a{
  font-size:16px;
  font-weight: bold;
  color: #000000;
  font-family: Arial; 
  text-decoration: none;
}

.lightcontent h2 {
  font-size:14px;
  font-weight: normal;
  color: #CCCCCC;
  font-family: Arial;
}


.verticalseparator {height:6px;}

