/* CSS Document */

  body{
  margin:0px;
  background-image:url(images/07bg_gradient.jpg);
  background-repeat:repeat;
  color:#333333;
  font-size:100.0%;
  font-family:Georgia, "Times New Roman", Times, serif;
  }
  
  h3 {
  color: #49662B;
  font-size:130%;
  }
  
  blockquote {
  padding:0px 50px;
  text-align:justify;
  }
    
  #wrapper {
  margin:0px auto 8px auto;
  } 
  
  table#home {
  margin:0px auto;
  background-color:#ffffff;
  border:2px solid #74761b;
  }
  
  table#home tr td {
  border:1px solid #bbbe2c;
  background-color:#ffffff;
  }

a, a:link {
color:#74761b;
text-decoration:none;
}

a:visited {
color:#999;
text-decoration:none;
}

a:hover, a:active, a:focus {
color:#999;
text-decoration:underline;
}

table#home a, table#home a:link {
color:#74761b;
text-decoration:none;
}

table#home a:visited {
color:#999;
text-decoration:none;
}

table#home a:hover, table#home a:active, table#home a:focus {
color:#999;
text-decoration:underline;
}

.text_color {
color:#74761b;
font-weight:bold;
font-size:90%;
}

.italic {
font-style:italic;
}

.bold {
font-weight:bold;
}

.overflow {
overflow:auto;
text-align:left;
height:250px;
font-size:90%;
padding:0px 18px 5px 18px;
}

.red {
color:#990000;
font-weight:bold;
}

.small {
font-size:75%;
}

