BODY {
	background: #FFFFFF none;
	color: #000000;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
}

A {
	background-color: #D8E9FD;
	color: #000099;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}

A:Hover {
	color: #221100;
}


H1 {
	background : #D8E9FD none;
	color : #000000;
	font: normal bold Arial, Helvetica, sans-serif;
	font-size : 150%;
	padding-left : 5px;
	padding-right : 5px;
}


H2 {
	background : #D8E9FD none;
	color : #000000;
	font: normal bold Arial, Helvetica, sans-serif;
	font-size : 125%;
	padding-left : 5px;
	padding-right : 5px;
	margin-left : 5%;
	margin-right : 5%;
}

H3, H4, H5, H6 {
	font-size : 110%;
	font-weight : bold;
	padding-left : 5px;
	padding-right : 5px;
	margin-left : 5%;
	margin-right : 5%;
}

P {
	background : #FFFFFF none;
	color : #000000;
	text-decoration : none;
	padding : 0% 5% 0% 5%;
}

UL {
	background : #FFFFFF none;
	color : #000000;
	text-decoration : none;
	padding : 0% 5% 0% 5%;
	margin-left : 5%;
}


UL.intable {
	background : #EEEEEE none;
	color : #000000;
	text-decoration : none;
	padding : 0% 5% 0% 5%;
	margin-left : 5%;
}

P.ingress {
	background : #FFFFFF none;
	color : #000000;
	font-size : 105%;
	font : Arial Helvetica sans-serif;
	text-decoration : none;
	padding : 0% 5% 0% 5%;
}

P.update {
	color : #D8E9FD ;
	border-top-width : thin;
	border-top : double #99DFFF;
	padding-top : 12px;
	}

TH {
	background : #D8E9FD none;
	color : #000000;
	font-weight : bold;
	padding-left : 5px;
	padding-right : 5px;
	}

TH.ending {
	background : #D8E9FD none;
	font-size : xx-small;
	color : #000000;
	padding-left : 5px;
	padding-right : 5px;
}

TD {
	background : #EEEEEE;  none;
	color : #000000;
	padding-left : 5px;
	padding-right : 5px;
	font-weight : normal;
	vertical-align : top;
}


TD.white {
	background : #ffffff  none;
	color : #000000;
	font : Arial Narrow, Arial, Helvetica, sans-serif;
	font-weight : normal;
	padding-left : 5px;
	padding-right : 5px;
}

HR {
	color :  #D8E9FD ; 
}






#navcontainer ul
{
	padding-left: 5%;
	margin-left: 0;
	background-color: #EEEEEE;
	float: left;
	width: 90%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #D8E9FD;
	border-top: 1px solid #aab;
	border-right: 1px solid #cce;
	border-left: 1px solid #cce;
	border-bottom: 1px dotted #ccd;
	color: #000099;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a:hover
{
	background-color: #000099;
	color: #FFFFFF;
}


#navcontainer a:active
{
	background: #FFFFFF;
	color: #000;
}

#navcontainer li#active a
{
	background: #FFFFFF;
	color: #000;
	border-bottom: 1px solid #FFFFFF;
}