/* The styles for each menu */

div.navilayer {position: absolute;
	top: 1px;
	visibility: hidden;
	width: 100px;
}


/* The extra DIV around the links. I'd rather have done

	a {display: block}

	throughout but that doesn't work in Explorer 4. */

div.navilayer div {
	width: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	font: 10px verdana;
	background: #ffffff;
	layer-background-color: #ffffff;
}


/* This style does not work in Netscape 4 so you see the borders of the empty
	DIV's */

div.navilayer div.fill {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	}


/* Explorer 5.5 gives my general link colours precedence over
	the colour defined here. I think it's a bug */

div.navilayer div a {display: block;
	width: 100px;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
	letter-spacing: 1px;
}


/* The styles for the pseudo-mouseover. The class change does not work 
   in Netscape 4, while Opera 5 changes the class but doesn't do anything 
   about it, so these styles will never be visible in those browsers */

div.navilayer div.over {
	background: #10a0d0;
}

div.navilayer div.over a {
	color: #ffffff;
}

P {FONT-FAMILY: verdana; font-size: 12px}
P.footer {font-family: verdana; font-size: 7.5pt; text-align: center; }
P.legend {font-family: verdana; font-size: 7.5pt; text-align: center; color: #808080; }
p.headline {font-family: verdana; font-size: 18pt; font-weight: bold; z-index:-1; }
p.mini {font-family: verdana; font-size: 7.5pt; text-align: right;  }
p.small  {font-family: verdana; font-size: 7.5pt;  }
SPAN.regular {FONT-FAMILY: verdana; font-size: 12px; }
SPAN.mini   {font-family: verdana; font-size: 7.5pt;}
TD {FONT-FAMILY: verdana; font-size: 13px}
TD.title {FONT-FAMILY: verdana; font-size: 13px; font-weight: bold; text-align: center;}
UL {FONT-FAMILY: verdana; font-size: 12px}
OL {FONT-FAMILY: verdana; font-size: 12px}
H3 {FONT-FAMILY: verdana; font-size: 15px}
STRONG {FONT-FAMILY: verdana; font-size: 13px}
PRE {FONT-FAMILY: verdana; font-size: 12px}
TT {FONT-FAMILY: verdana; font-size: 12px}
SPAN {FONT-FAMILY: verdana; font-size: 9px}
HR {Color: #cccede; width: 75%}
BODY
{
FONT-FAMILY: verdana; font-size: 10pt;
color: #000000;
margin: 0;
background-image: url("/images/spacer.gif");
background-repeat: repeat;
background-attachment: fixed;
scrollbar-face-color: #ffffff;
scrollbar-shadow-color: #000000; 
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #dddddd;
scrollbar-darkshadow-color: #ffffff; 
scrollbar-track-color: #dddddd;
scrollbar-arrow-color: #000000 }
a:link {color: #446888;}
a:visited {color: #1F1F1F;}
a:hover {color: #558aaa;}
