HTML {
	text-align:justify;
	font-family:"Verdana";
	font-size:12px;
}
BODY {
	background-color:#3951e1;
	background-image:url('bg.png');
	background-repeat:repeat-x;
	background-position:top;
}
#menu A {
	color: white;
	font-weight: bold;
	font-size:16px;
	font-family:"Century Gothic";

}
#content IMG {
    border:none;
}
.first {
	border-left: 2px white dotted;/**/
}
P {
	color:#333333;
	font-family:Verdana;
}
H1, H2, H3 {
    color: #000066;	    
}
H1 {
    font-size: 22px;
}
H2 {
    font-size:18px;
}
H3 {
    font-size:16px;
}
A {
	color: #0c5a87;
}
.popupmenu DIV {
	background-color: #0c5a88;
	margin-top: 27px;
	background-position:top;
}
.popupmenu DIV A {
	color: white;
}
.popupmenu DIV A:hover {
	background-color: #7c98a0;
	text-decoration: underline;
}
.shade {
	margin-top: 27px;
	margin-left:-1px;
}
