@charset "UTF-8";
.TopSidebar {
	background-image: url(images/topsidebar.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.sidebar {
	background-image: url(images/MainSide.gif);
	background-repeat: repeat-y;
}
.bottomSide {
	background-image: url(images/BottomSidebar.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.topMain {
	background-image: url(images/LogoBar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 26px;
	padding-right: 20px;
}
.BottomMain {
	background-image: url(images/BottomBar.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.Main {
	background-image: url(images/mainbar.gif);
	background-repeat: repeat-y;
}
.BodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	line-height: 40px;
}
.BodyCopyNoSpace {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}
.BodyHeadNoSpace {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
}
.BodySubNoSpace {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	font-weight: bold;
}
.copywright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 0px;
	line-height: 20px;
}
.BodyHead {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 50px;
	text-align: left;
	font-weight: bold;
}
