body, p, li, td {FONT-FAMILY: Arial, Helvetica, sans-serif;}

A {
	TEXT-DECORATION: underline;
	color: #800000;
}

 #navcontainer ul
{
	color: White;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(images/bg_07.jpg);
	margin: 0;
	padding: 0;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
color: black;
text-decoration: none;
float: left;
border-right: thin solid black;
background-image: url(images/bg_07.jpg);
}

#navcontainer ul li a:hover
{
	background-color: black;
	color: #fecc00;
	background-image: url(images/bg_07_re.jpg);
}

BODY {
	FONT-SIZE: 1em;
	COLOR: #000000;
	BACKGROUND-COLOR: #FECC00;
	background-image: url(images/bg_08.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
H2 {
	FONT-SIZE: 140%
}
H3 {
	FONT-SIZE: 120%
}
H4 {
	FONT-SIZE: 100%
}

PRE {
	FONT-SIZE: 80%; FONT-FAMILY: Courier New, Courier, monospace
}
TD {
	VERTICAL-ALIGN: top;
}

.droptext
{
	background-image: url(images/bg_011_mi.jpg);
	background-repeat: no-repeat;
	background-color:#fecc00;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size: 2em;
}

TH {
	VERTICAL-ALIGN: top; TEXT-ALIGN: left
}
TH {
	FONT-WEIGHT: bold; VERTICAL-ALIGN: bottom
}
UL {
	LIST-STYLE-TYPE: square
}

   a.scrollover {
      /* Default Colour/Styles here */
      color: #557AFF;
   }
   a.scrollover em:first-line {
      /* Rollover Colour/Styles here */
      color: #FF5B3C;
   }
