/* CSS Document */

body {
	margin: 0px;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.7;
	font-size:12px;
}
h1 {
	padding:0px;
	margin:0px;
}
#popupbox {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	position:absolute;
	margin:0 auto;
	width:360px;
	height:210px;
	left: 40%;
	top: 270px;
	background-color:#FFF;
	padding:15px;
	z-index:999;
	border:#F00 3px dotted;
}
.arial16boldwhite {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
.verdana10black {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	line-height:1.0;
}
.arial16bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
a:link {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000066;
	text-decoration: underline overline;
}
a:active {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.footertext {
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}
.footertext a:link {
	font-weight: bold;
	color:#CCCC66;
	text-decoration: none;
}
.footertext a:visited {
	font-weight: bold;
	color:#CCCC66;
	text-decoration: none;
}
.footertext a:hover {
	font-weight: bold;
	color:#CCCC66;
	text-decoration: underline overline;
}
.footertext a:active {
	font-weight: bold;
	color:#CCCC66;
	text-decoration: none;
}
