body {
	background-color:#225588;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

img {
	border-width:0px;
}

a {
	text-decoration:none;
	color: white;
}

a:hover {
	color:red;
}

a.lnk {
	color:red;
}

#title {
	position:relative;
	color:#00CCCC;
	left:20px;
	top:8px;
	font-size:22px;
	font-weight:bold;
	font-style:italic;
	filter:alpha(opacity=70);
   	opacity:0.7;
	z-index:2;
}

#text {
	position:relative;
	top:50px;
	color:white;
	width:600px;
	left:50%;
	margin-left:-300px;
	padding-bottom:150px;
}

#border-top {
	position:relative;
	background-image:url(img/t2.gif);
}

#menu {
	position:absolute;
	top:-40px;
	right:26px;
	width:520px;
	text-align:center;
	font-weight:bolder;
	font-size:10pt;
	height:30px;
	color:white;
	z-index:3;
}

#middle {
	position:relative;
}

#border-bottom {
	position:relative;
	background-image:url(img/b.gif);
}

.pm {
	position:absolute;
	background-color: silver;
	filter:alpha(opacity=70);
   	opacity:0.7;
	border-width: 1px;
	border-top-width:0px;
	border-style: solid;
	border-color: black;
	padding: 3px;
	margin-top: -1px;
	margin-left: -1px;
	display:none;
}

A.menu {
	color: white;
	font-weight: bold;
	position:relative;
	font-size: 12px;
	top: 0px;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	margin-left:10px;
	border-style: solid;
	border-color: black;
	border-width: 0px;
	border-right-width: 0px;
}

A.menuC {
	display:inline;
	color: black;
	background-color:#CCCCCC;
	font-weight: bold;
	position:relative;
	font-size: 12px;
	top: 0px;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	margin-left:10px;
	border-style: solid;
	border-color: black;
	border-width: 0px;
	border-right-width: 0px;
	filter:alpha(opacity=70);
   	opacity: 0.7;
}


A.menu2 {
	display:block;
	color: black;
	font-weight: bold;
	position:relative;
	font-size: 12px;
	margin-top: 2px;
	width: 160px;
	border-width: 0px;
	border-color: black;
	border-style: solid;
	border-bottom-width: 0px;
	text-align:left;
}

A.menu2C {
	position:relative;
	display:block;
	color: white;
	background-color: black;
	font-weight: bold;
	font-size: 12px;
	margin-top: 2px;
	width: 160px;
	text-align:left;
}

A.menu2:hover {
	color: white;
	background-color:black;
	text-align:left;
}

A.menu:hover {
	color: black;
	background-color: silver;
	filter:alpha(opacity=70);
   	opacity: 0.7;
	text-align:left;
}

.gb_reply {
	background-color:silver;
	filter:alpha(opacity=70);
   	opacity: 0.7;
	margin:10px;
	padding: 4px;
	border-width:1px;
	border-style:dashed;
	border-color:white;
	color:black;
}

.centerBox {
	background-color:white;
	text-align:center;
	font-size:20px;
	border-width: 3px;
	border-style:outset;
	border-color:black;
	color:black;
	height:460px;
}
