body {
	background-repeat: repeat-x;
	background-color: Black;
	margin-top: none;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	background-image: url(images/bg.png);
	margin: 10px;
	}
a:link {
	color: #FFDEAD;
	text-decoration: underline;
}

a:visited {
	color: #FFDEAD;
	text-decoration: underline;
}
a:hover {
	color: #FFc600;
	text-decoration: underline;
}
h1 {
	font-size: 12pt;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #D2691E;
}

h2 {
	font-size: 10pt;
	font-family:  Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 12pt;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: White;
}

h4 {
	font-size: 12pt;
	font-weight: bold;
	color: #D2691E;
}
h5 {
	font-size: 10pt;
	font-weight: bold;
	color: #D2691E;
}

p {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.sm {
	font-size: 8pt;
}

  
#menu a, #menu a:visited {
  text-align: justify; 
  text-decoration:none; 
  color:#999999; 
  display: inline; 
    font-size: 11px;
    padding-left: 4px;
    padding-right: 4px;
        }
	 
#menu a:hover {color: #CCCCCC;
} 

.singlespace { line-height: 6px;  color: #FF0033;         }

.indent  { padding-left: 30px;  padding-right: 30px;  }
