@charset "UTF-8";
.sidebarBRImage {
	background-image: url(images/Sidebar_Background.png);
	background-repeat: repeat-y;
}
.header2 {
	margin-left: 45px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B0A4A1;
	display: block;
	padding: 12px;
	width: 166px;
	text-align: center;
	margin-bottom: 3px;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #716867;
	display: block;
	padding: 12px;
	width: 166px;
	text-align: center;
	margin-bottom: 3px;
}


body {
	background-image: url(images/Background_Grid.png);
	background-color: #4D4D4D;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-style: normal;
	color: #FBB547;
	font-weight: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	text-align: justify;
}
.linkUnderline {
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}
