BODY {
	background-color: #1f1f1f;
	color: #dedede;
	margin: 0 0 0 0;
	font-family: Tahoma, Sans-Serif;
     }
A {
	color: #f4b200;
	text-decoration: none;
  }
A:HOVER {
	color: #EEEEEE;
	text-decoration: underline;
        }
.header {
	width: 776px;
	padding: 0px;
	background-image: url('images/header.gif');
	height: 101px;
        }
.headerad {
	margin-left: 22px;
	margin-bottom: 18px;
          }
.topbar {
	background-image: url('images/top_bar.gif');
	width: 776px;
	padding: 0px;
	height: 20px;
        }
.content {
	width: 776px;
	background-color: #1f1f1f;
	background-image: url('images/content_bg.gif');
         }
.contenttext {
	width: 550px;
	font-size: 12px;
	margin-left: 25px;
	margin-top: 3px;
             }
.footer {
	background-image: url('images/footer_bg.gif');
	width: 776px;
	height: 32px;
	color: #1f1f1f;
	font-size: 11px;
	font-weight: bold;
        }
.footerlink {
	color: #1f1f1f;
             }