@charset "utf-8";

.HeaderButton {
	font-family: "Arial Narrow";
	font-size: 16px;
	text-align:center;
	color: #FFF;
}
.HeaderButton a:active, .HeaderButton a:link, .HeaderButton a:visited{
	text-decoration:none;
	color: #FFF;
}
.HeaderButton a:hover{
	text-decoration:none;
	color:#FFF;
}

.Heading1 {
	font-family: "Arial Narrow";
	font-size: 23px;
	color: #1034A6;
}

.HeadingII {
	font-family: "Arial Narrow";
	font-size: 18px;
	color: #646464;
}

.Heading3 {
	font-family: "Arial Narrow";
	font-size: 20px;
	color: #1034A6;
}

.Heading4 {
	font-family: "Arial Narrow";
	font-size: 20px;
	color: #1034A6;
}

.NavigationBlue {
	font-family: "Arial Narrow";
	font-size: 14px;
	line-height: 15pt;
	color: #1034A6;
}

.NavigationRed {
	font-family: "Arial Narrow";
	font-size: 14px;
	line-height: 15pt;
	color: #e4ca42;
}

.Body {
	font-family: "Arial Narrow";
	font-size: 20px;
	line-height: 22pt;
	text-align:justify;
	color: #333;
}

.Body a:active, .Body a:link, .Body a:visited{
	text-decoration:underline;
	color:#1034A6;
}
.Body a:hover{
	text-decoration:none;
	color:#1034A6;
}

.Body1 {
	font-family: "Arial Narrow";
	font-size: 14px;
	line-height: 15pt;
	text-align:justify;
	color: #646464;
}

.Body1 a:active, .Body1 a:link, .Body1 a:visited{
	text-decoration:none;
	color:#646464;
}
.Body1 a:hover{
	text-decoration:underline;
	color:#e4ca42;
}

.Footer {
	font-family: "Arial Narrow";
	font-size: 13px;
	color: #FFF;
}
.Footer a:active, .Footer a:link, .Footer a:visited{
	text-decoration:underline;
	color: #FFF;
}
.Footer a:hover{
	text-decoration:none;
	color:#FFF;
}

.ImageLeft {
	margin:0px 25px 24px 0px; 
}

.ImageRight {
	margin:0px 0px 10px 10px; 
}