HTML {
	text-align:justify;
	font-family:"Arial";
	font-size:12px;
}
BODY {
	background-color:#e8ebf0;
	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: 1px white solid;/**/
}
P {
	color:#1a2e69;
	font-family:Verdana;
}
H1, H2, H3 {
	color: #3161a3;
}

#content IMG {
    border:none;
}

A {
	color: #0c5a87;
	font-weight: bold;
}
.popupmenu DIV {
	background-color: #b8292f;
	margin-top: 27px;
	background-position:top;
}
.popupmenu DIV A {
	color: white;
}
.popupmenu DIV A:hover {
	background-color: #9a272b;
	text-decoration: underline;
}
.shade {
	margin-top: 27px;
	margin-left:-1px;
}
.index H3 {
	font-family:arial;
	font-size:15px;
	color:white;
	padding: 7px;
	background:#3ea3bc;
	}

