/* CSS Document */
body {
	background-color:#D4D0C8;
	background-image: url(../map_bknd.jpg);
	background-attachment: fixed;
	font-family: "Berlin Sans FB", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 24px;
	color:#ffffff;
	background-position: horizontal-left; 
	}

h1	{
	font-family:"berlin Sans FB", arial;
	font-size:42px;
	margin-bottom:0.3em;
	margin-top:0.3em;
	}

h2	{
	font-family:"berlin Sans FB", arial;
	font-size:28px;
	}

img {border-color:#000000}
	
a {
	color:#00ff00;
	}

a:hover {
	color:#000000;
	background-color: #00ff00;
	}
	
a img	{
	color:#000000;
	}
	
a img:hover	{
	color:#00ff00;
	}
	
#header	{
	color:#FFFFFF;
	font-family:"trebuchet MS", arial;
	font-size:22px;
}

#stats	{
	color:#FFFFFF;
	font-size:18px;
	font-family:"berlin Sans FB", arial;
	}
	
#archives	{
	color:#ffffff;
	font-size:15px;
	font-family:"berlin Sans FB demi", arial
	}

#text	{
	color:#ffffff;
	font-family:"trebuchet MS", arial;
	font-size:14px;
	margin-top: 0.5em;
	margin-bottom:0.5em;
	line-height: 0.7 em;
	margin:1px;
	}
#textalt	{
	color:#00ff00;
	font-family:"trebuchet MS", arial;
	font-size:14px;
	margin-top: 0.5em;
	margin-bottom:0.5em;
	line-height: 0.7 em;
	margin:1px;
	}

.blackcell	{
	color:#ffffff;
	background-color:#000000;
	}
.blackorangecell	{
	color:#DF532C;
	background-color:#000000;
	}
.orangecell	{
	color:#000000;
	background-color:#DF532C;
	}
.whitecell	{
	color:#ffffff;
	background-color:#000000;
	font-family:"trebuchet MS", arial;
	font-size:13px;
	padding:20px;
	}
	
.nav	{
	color:#ffffff;
	font-family:tahoma, "trebuchet MS", arial;
	font-size:18px;
	background-color:#000000;
	}
.navwhite	{
	color:#ffffff;
	font-family:tahoma, "trebuchet MS", arial;
	font-size:19px;
	background-color:#DF532C;
	}
	
.nav a	{
	color:#FFFFFF;
	}
.nav img	{
	background-color:#000000;
	border:1px;
	border-style:solid;
	}
.nav a:hover	{
	color:#000000;
	background-color:00ff00;
	}
.navwhite a:hover	{
	color:#000000;
	background-color:DF532C;
	}
	
.tabletitles	{
	color: #00ff00;
	}
.tableinactive	{
	color:#333300
	}
.tablecore	{
	color:#F69D1F;
	}
	
.buttons	{
	border:1px;
	border-color:#FFFFFF;
	}
	
	
	
