BODY {
	background-color: White;
	background-image : url(images/fuzzy-lightgrey.jpg);
/*	font-family: "Arial", "Helvetica", "MS", "Sans", "Serif", "sans-serif";*/
	font-family: "Tahoma", "Geneva", "Sans", "sans-serif";
	margin-left : 18px;
	margin-right : 18px;
	}

DIV.center {
	text-align : center;
	}

H1 {
	font-family : "Arial Black", "Gadget", "sans-serif";
	font-size: 200%;
	color : #003366;
	text-align : left;
	margin-top : 40px;
	margin-bottom : 0px;
	}

H2 {
	font-family: "Palatino Linotype", "Palatino", "serif";
	font-size: 170%;
	font-style : oblique;
	color : #003366;
	margin-left : 4pt;
	}

P {
	color : black;
	margin-left : 1em;
	}

P.indent  {
	margin-left : 3em;
	}

P.footnote {
	font-size : xx-small;
	vertical-align : bottom;
	margin-top : 0pt;
	}


TD.navbottom {
	font-family: "Arial", "Helvetica", "MS", "Sans","sans-serif";
	font-size : 60%;
	font-weight : bold;
	text-align : center;
	}
TD.navbottom-hilight {
	font-family: "Arial", "Helvetica", "MS", "Sans","sans-serif";
	font-size : 60%;
	font-weight : bold;
	text-align : center;
	color : Maroon;
	}

a:link,
a:visited {
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}

.navbutton {
	font-family: "Arial", "Helvetica", "MS", "Sans","sans-serif";
	background-color : #003366;
	color : #FFFFCC;
	border : thick-outset;
	text-align : center;
	font-weight : bold;
	font-size : 80%;
}
.navbutton-current {
	padding : 2px;
	background-color : #FFFFCC;
	color : #003366;
	border : medium ridge #003366;
	text-align : center;
	font-family: "Arial", "Helvetica", "MS", "Sans","sans-serif";
	font-weight : bold;
	font-size : 80%;
}
.navbutton :hover {
	background-color: #000099;
	color : #003366;
}
.navbutton a {
	display : block;
	width : 100%;
	padding : 4px;
}
.navbutton a:link,
.navbutton a:active,
.navbutton a:visited {
	display : block;
	width : 94%;
	padding : 4px;
	text-decoration : none;
	color : #ffffcc;
}

blockquote {
	margin-left : 4em;
	font-family: "Arial", "Helvetica", "MS", "Sans","sans-serif";
	font-style : italic;
	font-size : 90%;
	color : #660033;
	}

hr.bottom {
	width : 100%;
	clear : right;
	margin-top : 2pt;
	margin-bottom : 2pt;
	}

A.navbar {
	background-color : #003366;
	color : #FFFFCC;
	text-align : center;
	padding : 4px;
	font-weight : bold;
	}
A.navbar-hilight {
	background-color : #FFFFCC;
	color : #003366;
	border : thick inset;
	text-align : center;
	padding : 4px;
	font-weight : bold;
	}

A:link.navbar {	
 	text-decoration : none; 
	color : #FFFFCC; 
	}
A:visited.navbar { 
 	text-decoration : none; 
	color : #FFFFCC; 
	}
A:active.navbar {
 	 text-decoration : none;
	 color : #FFFFCC; 
	 }

A:link.navbottom {	
 	text-decoration : none; 
	color : #000000; 
	}
A:visited.navbottom { 
 	text-decoration : none; 
	color : #000000; 
	}
A:active.navbottom {
 	 text-decoration : none;
	 color : #000000; 
	}
.navbottom a:hover {
	color : #0033FF;
}
.navbutton a:hover { 
 	text-decoration : none; 
	color : #ffffcc; 
	}

 UL { 
 list-style-type : square;
 margin-top : 12pt;
 }
 UL LI { 
 margin-top : 6pt;
 margin-left : 0em;
 margin-right : 50px;
 }
