	body { 
 		margin: 20px auto 0px; 
  		font-family: Verdana, Arial, Helvetica, sans-serif; 
  		font-weight: normal; 
		font-size: 20px; 
		color: #012210;
  		background: #EDFFDE;
		background-image:url(../img/bg.gif);
		background-repeat:repeat;
	}
	

	p {
  		text-align: center;
  		margin-top: 20px;
  		padding: 0px 0px;
	}

	.stdimg {
  		border: solid 3px;
		border-color:#000000;
  		padding: 1px;
		border-radius: 10px;
	}

	.mhdr { 
		width:402px;
		//margin:20px 0px 20px 0px;
  		border: ridge 3px;
		border-color:#555555;
  		padding: 0px;
		border-radius: 4px;
		font-family: 'Comic Sans MS', calibri, Garamond;
  		//font-family: Verdana, Arial, Helvetica, sans-serif; 
  		font-weight: bold;
		// font-style:italic; 
		font-size: 36px; 
		color: #012210;
  		background: #CCEECC;
	}

	.mhdr sup { 
		font-family: 'Comic Sans MS', calibri, Garamond;
  		//font-family: Verdana, Arial, Helvetica, sans-serif; 
  		font-weight: bold;
		//font-style:italic; 
		font-size: 24px; 
		color: #CC0000;
  		// background: #CCEECC;
	}

	.msel { 
		margin:0px 2px 0px 0px;
  		border: inset 3px;
		border-color:darkgrey;
  		padding: 1px;
		border-radius: 4px;
		//font-family: 'Comic Sans MS', calibri, Garamond;
  		font-family: Verdana, Arial, Helvetica, sans-serif; 
  		//font-weight: bold; 
		font-size: 20px; 
		// color: #000000;
  		background: #F7F7F7;
	}

	.mbtn { 
  		border: outset 5px;
		border-color:darkgrey;
  		padding-top:-10px;
  		padding-bottom:-20px;
		border-radius: 4px;
 		margin-left: 10px; 
		font-family: 'Comic Sans MS', calibri, Garamond;
  		//font-family: Verdana, Arial, Helvetica, sans-serif; 
  		font-weight: bold; 
		font-size: 20px;
		line-height:28px;
		margin-top:-30px; 
		margin-bottom:-10px;
		color: #DD0000;
  		background: #BCCCCB;
	}

	#prv {
			position:absolute;top:154px;width:96px;left:0;right:300;margin:0 auto 0;opacity:0;z-index:4714;
			color: white;background: #012210;
	}
	
	#img0 {
			position:absolute;top:150px;height:308px;width:408px;left:0;right:0;margin:0 auto;z-index:4711;
	}

	#img1 {
			position:absolute;top:150px;height:308px;width:408px;left:0;right:0;margin:0 auto;z-index:4710;
	}

	#ovl {
	    	position:absolute;top:434px;left:0;right:0;margin:0 auto;z-index:4700;opacity:0;
			width:393px;
			text-align:center;
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-weight: bold;
			font-size: 16px;
			color: red;
			background: #012210;
	}
	
	#www {
			margin: 348px auto 0px;
			text-align:center;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 14px;
	}

	.tframe { 
		border:0;
		scrolling:no;
		margin-bottom:-11px;
		margin-left:-4px;
		margin-top:-6px;
  		background: rgba(188,204,203,0);
		opacity:0;
		//height:22px;
		//padding:-5px;
	}

	.tbdy { 
  		background: #BCCCCB;
	}

	.modalDialog {
		//height:484px;
		height:510px;
		margin-top:-6px;
		position: fixed;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		opacity:0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}

	.modalDialog:target {
		opacity:1;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 500px;
		// height: 375px;
		position: relative;
		margin: 24px auto;
		padding: 5px 15px 10px 15px;
		border-radius: 10px;
		background: #edffde;
		#background: -moz-linear-gradient(#fff, #999);
		#background: -webkit-linear-gradient(#fff, #999);
		#background: -o-linear-gradient(#fff, #999);
	}

	.close {
		background: #FF0000;
		color: #FFFFFF;
		line-height: 22px;
		position: absolute;
		right: 50px;
		text-align: center;
		top: 15px;
		width: 25px;
		padding-bottom: 2px;
		text-decoration: none;
		font-size:18px;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { background: #00d9ff; }
