/* CSS Document */
.footer_text {
	color: #0000FF;
	font-weight: bold;
}
a.no_line {
	text-decoration:none;
}
a.menu {
	text-decoration:none;
	color:#000000;
}            
a.chapters {
    font-weight:lighter;
	text-decoration:none;
	color:#000000;
}
a.chapters:Hover {
    font-weight:bold;
}            
a.officers {
    font-weight:lighter;
	text-decoration:none;
	color:#000000;
}
a.officers:Hover {
    font-weight:bold;
}    
a.military {
    font-weight:lighter;
	text-decoration:none;
	color:#000000;
}
a.military:Hover {
    font-weight:bold;
}            
div.box {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#99CCFF;
	width:149;
	font-size:19px;
	text-align:center;
	display:inline;
}
div.box:Hover {
    font-weight:bold;
}
.pgTitle {
	font-family: Georgia, "Times New Roman", Times, serif
	font-size:16px;
	font-weight:bold;	
	color: #000000;
}

