.MenuLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.RightLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EDDCCC;
}.Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.Button {
	background-color: #660000;
	border: 2px outset #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;


}
.SubMenuLink {
	font-weight: bold;
}
.Title {
	font-weight: bold;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	color: #660000;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;



}
.Image {
	border: 1px solid #000000;
	margin: 0px 10px 10px;

}
.TextField {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;

}
.Border {
	border: 1px solid #000000;
}
body {
	scrollbar-base-color: #E9E9E9;
	scrollbar-track-color: #E9E9E9;
	scrollbar-shadow-color: #222222;
	scrollbar-arrow-color: #222222;
}