BODY {
	background: #FFFFFF none;
	color: #000000;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size : 100%;
	text-decoration: none;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
}


A {
	background-color: #D8E9FD;
	color: #000099;
	font-family: sans-serif;
	text-decoration: underline;
	font-weight: bold;
}

A:Hover {
	color: #221100;
}


H1 {
	background : #D8E9FD none;
	color : #000000;
	font: normal bold sans-serif;	
	font-size : 130%;
	padding-left : 5px;
	padding-right : 5px;
}


H2 {
	background: #D8E9FD none;
	color: #000000;
	font: normal bold sans-serif;
	font-size: 120%;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5%;
	margin-right: 5%;
	border-top: #D8E9FD;
}

H3, H4, H5, H6 {
	font-size: 110%;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 5px;
	margin-left: 5%;
	margin-right: 5%;
	border-top-width: thin;
	border-top: medium solid #D8E9FD;
}

P {
	background : #FFFFFF none;
	font-size : 90%;	
	color : #000000;
	text-decoration : none;
	padding : 0% 5% 0% 5%;
}

UL {
	background : #FFFFFF none;
	color : #000000;
	font-size : 100%;	
	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 : 100%;
	text-decoration : none;
	padding : 0% 5% 0% 5%;
}

P.update {
	color : #D8E9FD ;
	border-top-width : thin;
	border-top : double #99DFFF;
	padding-top : 12px;
	}

P.FirstRow {
	background: #D8E9FD none;
	color: #000000;
	font: sans-serif;
	font-weight: bolder;
	font-size: 180%;
	padding-left: 5px;
	padding-right: 5px;

}
	
TABLE {
	margin-bottom: -10px;
	font-size : 90%;	
}
	
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-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}


TD.printings {
	background: #ffffff  none;
	color: #000000;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: solid #EEEEEE;
	border-bottom-width: thin;
}

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;
}