HTML {
	text-align:justify;
	font-family:"Arial";
	font-size:12px;
}
BODY {
	background-color:#0c0d0f;
	background-image:url('bg.png');
	background-repeat:repeat-x;
	background-position:top;
}
#menu A {
	color: white;
	font-weight: bold;
	font-size:16px;
	font-family:"Arial";

}
.first {
	border-left: 2px white dotted;/**/
}
#content IMG {
    border:none;
}
P {
	color:#292a2c;
	font-family:Arial;
}
H1, H2, H3 {
	color: #4b65b1;
}
A {
	color: #292a2c;
}
#top {
	height: 286px;
}
.popupmenu DIV {
	background-color: #4b65b1;
	margin-top: 23px;
	background-position:top;
}
.popupmenu DIV A {
	color: white;
}
.popupmenu DIV A:hover {
	background-color: #232528;
	text-decoration: underline;
}
.shade {
	margin-top: 27px;
	margin-left:-1px;
}

FORM LABEL {
	float: left;
	display: block;
	width: 9em;
	clear: left;
	}

FORM TEXTAREA {
	width: 20em;
	height: 8em;
	}
	
.download {
	float: right;
	
	}
	
.bg {
	background: transparent url(rep.png);
	background-repeat: repeat-y;
}


