				body {
				    margin: 0px;
				    font-family: Verdana, Arial;
/*				    font-size: 8Em;*/
				    background-color: #282832;
				    color: #000000;
				}

				h1, h2, h3, h4{
					margin: 0;
					font-family: Verdana, Arial;
				}
				h1{
					font-size: 1.5em;
				}
				h2{
					font-size: 1.2em;
				}
				h3{
					font-size: .9em;
				}
				h4{
					font-size: .8em;
				}

				p, li {
					font-size: .8em;
					margin-top: 0;
				}

				.DatedHeading{
					font-weight: bold;
					text-decoration: underline;
				}

				#menuNecropolis{
				  display: block;
				  width: 180px;
				  height: 102px;
				  background: url("../Images/Necropolis/NecropolisMenu.gif") no-repeat 0 0;
				}

				#menuNecropolis:hover{
				  background-position: 0 -102px;
				}

				#menuSunderedSkies{
				  display: block;
				  width: 180px;
				  height: 102px;
				  background: url("../Images/SunderedSkies/SunderedSkiesMenu.gif") no-repeat 0 0;
				}

				#menuSunderedSkies:hover{
				  background-position: 0 -102px;
				}

				#menuDaringTales{
				  display: block;
				  width: 180px;
				  height: 102px;
				  background: url("../Images/DaringTales/DaringTalesMenu.gif") no-repeat 0 0;
				}

				#menuDaringTales:hover{
				  background-position: 0 -102px;
				}

				#menuDaringTalesChivalry{
				  display: block;
				  width: 180px;
				  height: 102px;
				  background: url("../Images/DaringTalesChivalry/DTC_Menu.gif") no-repeat 0 0;
				}

				#menuDaringTalesChivalry:hover{
				  background-position: 0 -102px;
				}

				#menuHellFrost{
				  display: block;
				  width: 180px;
				  height: 102px;
				  background: url("../Images/HellFrost/HELLFROST_Menu.gif") no-repeat 0 0;
				}

				#menuHellFrost:hover{
				  background-position: 0 -102px;
				}


				#menuHellFrostRegion{
				  display: block;
				  width: 180px;
				  height: 86px;
				  background: url("../Images/HellFrost/HF_RG_Menu.gif") no-repeat 0 0;
				}

				#menuHellFrostRegion:hover{
				  background-position: 0 -86px;
				}

				#menuWonderlandNoMore{
				  display: block;
				  width: 180px;
				  height: 102px;
				  background: url("../Images/WonderlandNoMore/WonderlandNoMoreMenu.gif") no-repeat 0 0;
				}

				#menuWonderlandNoMore:hover{
				  background-position: 0 -102px;
				}

				.noShow{
				  display: none;
				}

				.menuLeft{
					width: 180px;
					vertical-align: top;
					padding-top: 10px;
				}

				#columnRight{
					width: 150px;
					display: block;
					vertical-align: top;
					margin-top: 10px;
				}
				.divider{
					height:5px;
					display: block;
				}

				img{
					border: 0;
				}

				input.topButton{
				   background-color:#99FFCC;
				   border-style:solid;
				   border-color:#000000;
				   border-width:1px;
				   height: 1.5em;
				   width: 7em;
				}
				#center{
					text-align: center
				}

				#content{
					margin: 10px 10px 0px 10px;
				}
				.summaryText{
					font-size: .8em;
				}

				img.floatLeft {
				    float: left;
				    margin: 4px;
				}

				img.floatRight {
			    	float: right;
			    	margin: 4px;
				}
				.dashedLine{
					color: #282832;
					height: 1px;
					border: 1px
					dashed;
				}
				.Cat{
					font-size: .7em;
				}
				.lightBackground{
					background-color: #E4EBEB;
				}

				.forthcoming{
					color: #FF0000;
				}