html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}


body {
	font: 12px/1.2 verdana, arial, helvetica, sans-serif;
	background-color: #333333;
	background: #333333 url(bgamedee.gif) repeat fixed left top;
	text-align: center;
	color: #000000;
}

html {
   overflow: -moz-scrollbars-vertical;
}


#container {
	min-height: 100%;
    height: 100%;
	
	width: 660px; /*IE = DIV 3*/
	margin: 0 auto;
}

TD,P  {
	font: 12px/1.2 verdana, arial, helvetica, sans-serif;
	color: #000000;
}

TABLE {
	border: 1px;
	border-color: #000000;
	margin: 0px;
	padding: 0px;
	border-style: solid;
}
TD.left {
	background-color: #EEF0F0;
}
TD.right {
	background-color: #D5DBDD;
}
TD.nobg {
	background-color: transparent;	
}

.azone {

	background: #EFEFEF; /* url(hashfade.gif) repeat-x fixed bottom;*/

}
TD P {
	margin-bottom: 6px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 6px;
}

P {
	margin-top: 2px;
	margin-bottom: 6px;
}
P.justify {
	text-align: justify;
}
.morespace {
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 6px;
}



IMG {
border-width: 0px;
padding: 0;
margin: 0;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}





H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #330000;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

H1.quote {
	text-align: center;
	color: #000000;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

TD.right H1 {
	color: 58280A;
}
H2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
	/*text-transform: uppercase;*/
	text-align: left;
}


.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

TD.small P, TD.small TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 6px;
}

.small a:link, .small a:visited, .small a:hover {
	color: #000000;
}

.legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	margin-bottom: 2px; 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
}

.longtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.longtext.introduction:first-letter {
  font-family: Times, serif;
  font-size : 300%;
  font-weight : bold;
  float : left;
} 

.framedtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: #4A3020;
	text-align: left;
	padding: 4px;
	border-style: solid;
	border-color: #5A4030;
	border-width: 1px;
	text-align: center;
	color: #000000;
}

a.picframe img {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

a.picframe:link img  {
	border-color: #000000;
}
a.picframe:visited img {
	border-color: #000000;
}
a.picframe:hover img {
	border-color: #333333;
}
UL {
	margin-top: 0px;
	margin-bottom: 2px;	
}
/*
UL {
	list-style-image: url(h1bullet.gif);
}*/

div.menu {
	font: normal normal bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 20px;
	color: #B5B5B5;
	text-align: center;
}

div.menu a.tab {
	padding: 2px 7px 9px 7px;
	text-decoration: none;
}

div.menu a.tab, div.menu  a.tab:visited {
  color: #B5B5B5;
  text-decoration: none;
}

div.menu a.tab:hover,div.menu  a.tab.activeTab,div.menu  a.tab.activeTab:hover,div.menu  a.tab.activeTab:visited {
	color: #ffffff;
}


