@charset "UTF-8";
.SideBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #BCA795;
}
.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: lighter;
	color: #8497c2;
}
.ContentBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #8497c2;
}
.ScrollBar {
	scrollbar-face-color: #bca795;
	scrollbar-3d-light-color: #FFFAEB;
	scrollbar-arrow-color: #000000;
}
