@charset "utf-8";
body{background-color:#d6d6d6;
line-height:17px;
}

.PageTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:17px;
	color:#8a7a50; /* taupe */
	
}

.SubHeading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:13px;
	font-style:italic;
	color:#660000; /* red */
}
	
	
	
	 

td#topNav {
	font-size: 14px;
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

td#topNav a{
	font-size: 14px;
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}

td#topNav a:hover{
	font-size: 14px;
	color:#666633;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	
	
}


.hoverNav  { 
	background-color: #ffffff;
	color: #92835c;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	border-bottom:solid 1px #660000;
	border-right: solid 1px #660000;
	padding:4px;
	text-align:right;} 
	
.hoverNav a{
	color: #92835c;
	text-decoration:none
}

.hoverNav a:hover{
	color: #ffffff;	
	font-weight:bold;
}

.anchors a:link{color:#660000; text-decoration:none;}
.anchors a:visited{color:#660000; text-decoration:none;}
.anchors a:hover{color:#660000; text-decoration:underline;}
.anchors a:active{color:#660000; text-decoration:underline;}

