body {
	/* background-color: #221200; Brown Copper */
	/* background-color: #1D1101; Yellow Brown  */
	/* background-color: #1D1901; Taupe */
	/* background-color: #1D0801; Dk. Copper II */
	/* background-color: #1D0A01; Dk. Copper */
	/* background-color: #5C1F02; Lt. Copper */
	/* background-color: #1f170a; Lt. Brown */
	/* background-color: #120e05;  Dk. Brown */	
	/* background-color: #001111; Blue */	
	background-color: #111111;/*  Gray */
	/* background-color: #001100; Green */
	/* background-color: #220000;  Maroon */
	margin: 0 15px 0 15px;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}
a {
	color: #000000;
	text-decoration: none;
	outline-style: none;
	border: none; 
	outline: none; 
}
a:active, a:selected, a:focus { 
	outline-style: none;
	border: none; 
	outline: none; 

}
.Title {
	color: #ffffff;
	text-align: center; 
	font-size: 28px; 
	font-weight: bold;
	font-family: Garamond, "Times New Roman", Times, serif;
	letter-spacing: .05em;
}
.SubTitle{
	text-align: center;
	font-size: 11pt;
	color: #dddddd;
}
.LocTitle{
	text-align: center;
	font-size: 10pt;
	color: #dddddd;
	margin-top: 4px;
}
.Loctitle a{
	color: #dddddd;
}
.Loctitle a:active { 
	outline:none; 
}
.PageTitle {
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #660000;
}
.HorizontalContainer {
	width: 100%;
	margin: 15px 0 10px 0;
}
.HorizontalLine {
	height:10px;
	border-top: 1px solid #000000;
	width: 75%;
}
.Content {
		
}

