﻿body {
	background-color: #220000;
	margin: 0 15px 0 15px;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {

}
.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;
}
.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 {
		
}
