HTML {
	text-align:justify;
	font-family:"Verdana";
	font-size:12px;
	background-repeat:no-repeat;
	background-position:bottom right;
}
BODY {
	background-color:white;
	margin-top:-150px;

}
#menu A {
	color: white;
	font-weight: bold;
	font-size:16px;
	font-family:"Century Gothic";

}
.first {
	border-left: 0px white dotted;/**/
}
#content IMG {
    border:0px;
}
P {
	color:white;
	font-family:Verdana;
}
H2, H3 {
	color: white;
}
H1 {
	font-size:38px;
	color: #ffffff;
}
	
A {
	color: white;
	text-decoration: none;
}
.popupmenu DIV {
	background-color: #838081;
	margin-top: 27px;
	background-position:top;
}
.popupmenu DIV A {
	color: white;
}
.popupmenu DIV A:hover {
	background-color: #8bbcb8;
	text-decoration: underline;
}
.shade {
	margin-top: 27px;
	margin-left:-1px;
}

.form {
	width: 40%;
	float: right;
	margin-left: 1em;
	background: white;
	padding: 1em;
	color: black;
	}

.form LABEL {
	width: 12em;
	color: black;
	}
.form INPUT, .form SELECT {
	margin-bottom: 5px;
	}
