/* CSS Document */

/* links for menus on all pages */
a.pageLinks:link {
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	z-index:10;
	}     /* unvisited link */
	
a.pageLinks:active {
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:12px;
	font-weight: bold;
	text-align:center;
	z-index:10;
	}   /* selected link */
	
a.pageLinks:visited {
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	z-index:10;
		}  /* visited link */
	
a.pageLinks:hover {
	color: #00CCFF;	
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size:12px;
	text-align:center;
	z-index:10;
		}   /* mouse over link */	
		
.footer {
	text-align:center;
		}

