
body { 
  background-image: url(images/bodyBg.gif); 
  background-repeat: repeat-x; 
  background-color: #F6F7F9; }
  

.mainContent {
  background-image: url(images/mainContentBg.gif);
  background-repeat: no-repeat;
  background-color: #fff; }
  
  
form { margin: 0px; }
  
  
.text1 {
  width: 95px;
  height: 14px;
  background-color: #f5f5f5;
  border: 1px solid #959595;
  font-family: Tahoma, sans-serif;
  font-size: 9px;
  color: #3C4963; }  
  
  
td {
  font-family: Lucida Sans, Arial, sans-serif;
  font-size: 11px;
  text-align: justify;
  line-height: 14px;
  color: #465779; }

  
.copyright {
  font-family: Tahoma, sans-serif;
  font-size: 9px;
  color: #3C4963;
  line-height: 11px; } 
  
  
strong {
  font-weight: bold;
  color: #C28C0C; }
  
  
a {
  font-weight: bold;
  color: #C28C0C; }
  
  
a:hover { color: #8391AF; }
  
  
  
  
  
  
  
  
  
  