




/*
     FILE ARCHIVED ON 20:13:43 Apr 8, 2010 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:49:35 Dec 13, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
<style type="text/css">
#linkList{
	width: 100%;
}	

#linkList ul {
	text-align: left;
	list-style: none;
	margin: 0;
	padding:0;
	background-color: #C4CCE7; 
	
}

#linkList ul li{
	list-style: none;
	margin: 0px 0 0px 0;
	padding: 5px 0 5px 10px;
	border: 1px solid #000000;
	color: #000000;

}
#linkList ul li.thisPage {
	list-style: none;
	color: #224D3D;
	font-weight: bold;
	font-size: 12px;
}

#linkList ul li a:link{
	color: #093496;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#linkList ul li a:visited{
	color: #650578;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#linkList ul li a:hover {
	text-decoration: underline;
	font-size: 12px;
}

#tclass {
    border-width: medium;
    border-style: single;
    border-color: #000000;
	background-color: #C4CCE7;	
}

#thisComm {
	background-color: #000000;
	border-width: medium;
    border-style: single;
    border-color: #000000;
	color: white;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

 .pages {
	padding-left: 15px;
 }

 #linkList ul li.parentComm {
	list-style: none;
	color: #FFFFFF;
	background-color: #000000; 
	font-weight: bold;
	font-size: 12px;
}

#linkList ul li.parentComm a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}
</style>