HTML {
	text-align:justify;
	font-family:Arial;
	font-size:12px;
}
BODY {
	background-color:#f7f9fb;
	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";

}
.first {
	border-left: 2px white dotted;/**/
}

P {
	color:#333333;
	
}
H2, H3 {
	color: #be5e24;
}
H1{
	color: #be5e24;
	font-size:20px
}
A {
	color: #314059;
}
.popupmenu DIV {
	background-color: #dd6d2a;
	margin-top: 27px;
	background-position:top;
}
.popupmenu DIV A {
	color: white;
}
.popupmenu DIV A:hover {
	background-color: #bb5c22;
	text-decoration: underline;
}
.shade {
	margin-top: 27px;
	margin-left:-1px;
}
