body {
  background-attachment: fixed;
  background-position: center center%;
  margin: 0px;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;  
}

.left { 
  float: left; 
  padding: 5px;
  margin: 2px;
  inline;
}

.right { 
  float: right; 
  padding: 5px;
  margin: 2px;
  inline;
}

td.small_text {
        color: #000000;
        font-family: Verdana;
        font-size: 8px;
}

td {
	color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	font-weight: ; 
}

td.main {
        color: #201e1d;
        font-size: 12px;
        font-weight: bold;
}

td.small {
        color: #ffffff;
        font-family: Verdana;
        font-size: 9px;
        font-weight: ;
}


td.sidebar {
        color: #000000;
        font-family: Verdana;
        font-size: 9px;
}

td.listings {
        color: #000000;
        font-family: Verdana;
        font-size: 9px;
}


td.bodybg {
        color: #000000;
        font-family: Verdana;
        font-size: 9px;
	background-repeat: no-repeat;
	background-position: center;

}



a:link, a:visited, a:active {
   color: #BB2525;
}
a:hover {
   color: #E64040;
}
a:link.white, a:visited.white, a:active.white {
   color: #ffffff;
}
a:hover.white {
   color: #ffffff;
}




