*{
  font-size: 11pt;
}

body {
  background: #a6a7a2 url(../images/bg.gif) repeat;
  padding:0px;
  margin:0px;
  color: #303030;
  /*color:#4f4d42;*/
  text-align: center;
  font-size: 11px;
/*  font-family: Georgia,"Times New Roman",Times,serif;*/
  font-family: Arial, sans;
  font-variant: normal;
  font-style: normal;
}

a {
  text-decoration: none;
  color: black;
}

#main {
    width: 440px;
    border: 1px solid white;
    margin-top: 15px;
    padding: 5px 10px 5px 10px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-variant: normal;
    font-style: normal;
    font-size: 11px;    
    
/*    background-color: #a6a6a6; */
}

.tbt {
  padding-top:10px; 
  padding-right: 10px;
  padding-left: 10px;
  color: black;
  font-size: 14px;
  font-family: 'arial black';
}
.tbt a {
  font-size: 14px;
  font-family: 'arial black';
}

.lbt{
  font-size: 12px;
  font-family: 'Arial Black';
  width: 218px;
  padding: 3px 5px; 
  /*background: #a6a7a2;*/ 
  /*border: 1px dotted #59574a;*/
  margin-bottom: 2px;
  text-decoration: none;
}

.lbt a {
  font-size: 12px;
  font-family: 'arial black';
}

.tbt a:link, .lbt a:link, .tbt a:visited, .lbt a:visited {
  text-decoration:none;
  color: #000;
}

.tbt a:hover, .lbt a:hover {
  text-decoration:none;
  color: #fff;
  cursor: pointer;
}


