@charset "utf-8";
.solidBack{
	background-image: url(bg_blue.jpg);
}
.transparentBack{
	background-image: transparent;
}
.menuText {
	font-family: "BakerSignet BT";
	font-size: 22px;
	color: #000099;
	font-weight: bold;
	text-align: right;
	background-image: transparent;
}
.clientFrame {
	background-image: url(bg_blue.jpg);
	border: 1px solid #000099;
}
.header1 {
	font-family: "BakerSignet BT";
	font-size: 22px;
	right: auto;
	color: #000099;
	font-weight: bold;
}
.header2 {
	font-family: "BakerSignet BT";
	font-size: 20px;
	color: #000099;
	font-weight: bold;
}
.header3 {
	font-family: "BakerSignet BT";
	font-size: 18px;
	color: #000099;
	font-weight: bold;
}
.normalText {
	font-family: "BakerSignet BT";
	font-size: 18px;
	color: #000099;
}
