HTML {
	text-align:justify;
	font-family:"Arial";
	font-size:12px;
}
BODY {
	background-color:#8dad2a;
	background-image:url('bg.png');
	background-repeat:repeat-x;
	background-position:top;
}
#menu A {
	color:#5f5e5b;
	font-weight: bold;
	font-size:16px;
	font-family:"Arial";

}
.first {
	border-left: 2px white dotted;/**/
}
P {
	color:#333333;
	font-family:Verdana;
}
H1, H2, H3 {
	color: #fa9b54;
}
#content IMG {
    border:none;
}
H1{
	color: #89a2b6;
	font-size: 23px
}
A {
	color: blue;
}
.popupmenu DIV {
	background-color: #74a5d3;
	margin-top: 27px;
	background-position:top;
}
.popupmenu DIV A {
	color: white;
}
.popupmenu DIV A:hover {
	background-color: #f0863f;
	text-decoration: underline;
}
.shade {
	margin-top: 27px;
	margin-left:-1px;
}
.index H3 {
	font-family:arial;
	font-size:15px;
	color:white;
	padding: 7px;
	background:#f0863f;
	}


