HTML {
	text-align:left;
	font-family:"Verdana";
	font-size:11px;
}
BODY {
	background-color:#ffcc2b;
	background-image:url('bg.png');
	background-repeat:repeat-x;	
	background-position:top;
}
#menu A {
	color: white;
	font-weight: bold;
	font-size:14px;
	font-family:"Century Gothic";

}
#content IMG {
    border:none;
}
.first {
	border-left: 2px white dotted;/**/
}
P {
	color:#333333;
	font-family:Verdana;
}
H1, H2, H3 {
	color: #1e81d0;
}
A {
	color: green;
}
.popupmenu DIV {
	background-color: #c4c4c4;
	margin-top: 27px;
	background-position:top;
}
.popupmenu DIV A {
	color: white;
}
.popupmenu DIV A:hover {
	background-color: #a1a1a1;
	text-decoration: underline;
}
.shade {
	margin-top: 27px;
	margin-left:-1px;
}

