HTML {
	text-align:justify;
	font-family:"Verdana";
	font-size:12px;
}
BODY {
	background-color:white;
	background-image:url('bg.png');
	background-repeat:repeat-x;
	background-position:top;
}
#menu A {
	color: #446ea2;
	font-weight: bold;
	font-size:16px;
	font-family:"Arial";

}
.first {
	border-left: 2px #446ea2 dotted;/**/
}
#content IMG {
    border:none;
}
P {
	color:#46596b;
	font-family:Arial;
	margin-top: 5px;
}
H1, H2, H3 {
	color: #2e3b48;
}
H1 {
	font-size:18px;
	margin-bottom: 5px;
}
#menu {
	margin-top: -70px;
	padding-left: 45px;
	padding-right: 50px;
}
H2 {
	font-size:14px;
	margin-bottom: 5px;
}
H3 {
	font-size:12px;
	margin-bottom: 5px;
}
A {
	color: #2e3b48;
}
.popupmenu DIV {
	background-color: #325668;
	margin-top: 27px;
	background-position:top;
}
.popupmenu DIV A {
	color: white;
}
.popupmenu DIV A:hover {
	background-color: #87a3e8;
	text-decoration: underline;
}
.shade {
	margin-top: 27px;
	margin-left:-1px;
}
.index H3 {
	font-family:arial;
	font-size:15px;
	color:white;
	padding: 7px;
	background:#325668;
	}
