/* Show or Hide Text */
#Details { 
	display:none;
} 

/* Alert Box Styles */
#modalContainer {
	background-color: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10000;
	background-image: url(http://area62.org/images/mtp.gif); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
	position: relative;
	width: 400px;
	min-height: 325px;
	margin-top: 50px;
	border: 2px solid #000;
	background-color: #FFFFFF;
	background-image: url(http://area62.org/images/scemb2.gif);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	/*visibility:hidden;*/
}

#modalContainer > #alertBox {
	position: fixed;
}

#alertBox h1 {
	margin: 0;
	font: bold 1.1em verdana,arial;
	background-color: #990033;
	color: #FFFFFF;
	border-bottom: 1px solid #00347A;
	padding: 2px 0 2px 5px;
}

#alertBox p {
	font: 0.9em verdana,arial;
	height: 250px;
	padding-left: 5px;
	margin-left: 25px;
	padding-right: 5px;
	margin-right: 20px;
}

#alertBox #closeBtn {
	display: block;
	position: relative;
	margin: 5px auto;
	padding: 3px;
	border: 2px solid #00347A;
	width: 70px;
	font: bold 0.8em verdana,arial;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	background-color: #990033;
	text-decoration: none;
}

/* Page Information */
body {
	background-image: url("http://area62.org/images/background.jpg");
	background-repeat: repeat;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
}
p, h1, h2, h3, h4, h5, h6, em, ol, ul { 
	font-family: verdana, arial, sans-serif;
}
.spec { 
	font-family: Comic Sans MS, sans-serif;
}
.under { 
	text-decoration: underline; 
}
.bold { 
	font-weight: bold; 
}
.close { 
	line-height: 100%; 
	margin-top: 0; 
	margin-bottom: 0; 
}
.halfa { 
	line-height: 150%; 
	margin-top: 1; 
	margin-bottom: 1; 
}
.squeez { 
	line-height: 100%; 
	margin-top: 0; 
	margin-bottom: 0; 
	letter-spacing: -1pt; 
	font-weight: 700;
}
.red {
	color: #FF0000;
}
.white { 
	color: #FFFFFF; 
}
.blue { 
	color: #00347A; 
}
.red2 {
	color: #990033;
}
.min { 
	font-size: smaller; 
}
.next { 
	font-size: larger; 
}
.tin { 
	font-size: x-small; 
	font-weight: lighter; 
}
.xin { 
	font-size: xx-small; 
	font-weight: lighter; 
}
.big { 
	font-size: x-large; 
	font-weight: bold; 
}
A:link { 
	color: #00347A; 
}
A:visited { 
	color: #00347A; 
}
A:hover { 
	color: #00347A; 
}
A:active { 
	color: #00347A; 
}
A.link2:link { 
	color: #FFFFFF; 
}
A.link2:visited { 
	color: #FFFFFF; 
}
A.link2:hover { 
	color: #FFFFFF; 
}
A.link2:active { 
	color: #FFFFFF; 
}
A.red:link { 
	color: #990033; 
}
A.red:visited { 
	color: #990033; 
}
A.red:hover { 
	color: #990033; 
}
A.red:active { 
	color: #990033; 
}
.boldredmin {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.pagebreak {
	page-break-after: always;
}