HTML {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
BODY {
	background-color:#9EBDE2;
	background-image:url('bg.png');
	background-repeat:repeat-x;
	background-position:top;
}
.li {
	list-style-type: square;
}
#menu A {
	color: white;
	font-weight: bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.first {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: white;
}
P {
	color:#333333;
	font-family:Arial;
}
A {
	color: #1160B6;
	text-decoration: underline;
}

#content IMG
{
	border:medium none #CCCCCC;
}

.popupmenu DIV {
	background-color: #404041;
	margin-top: 27px;
	background-position:top;
}
.popupmenu DIV A {
	color: white;
}
.popupmenu DIV A:hover {
	background-color: #BF1E2E;
	text-decoration: underline;
}
.shade {
	margin-top: 27px;
	margin-left:-1px;
}
H1
{
	font-size: 13px;
	font-weight: bold;
	color: #BF1E2E;
}
H2
{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
H3
{
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
