@charset "utf-8";
.TableLeftContentBG {
	background-attachment: scroll;
	background-image: url(images/content_tablelt.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
body {
	background-image: url(images/page_bground.jpg);
	margin-top: 12px;
}
.TableRightContentBG {
	background-attachment: scroll;
	background-image: url(images/content_tablert.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.SidebarLeftBG {
	background-attachment: scroll;
	background-image: url(images/sidebar_leftfade.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.SidebarRightBG {
	background-attachment: scroll;
	background-image: url(images/sidebar_rtfade.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.SidebarContentTitleFade {
	background-attachment: scroll;
	background-image: url(images/sidebartitle_fade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.SidebarTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.SidebarBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.SidebarCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.FooterLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.CreditText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.BodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.HeaderCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #4E5111;
}
.RedHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #FF0000;
}
.BodyCopyBoldUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.RedHeaderSidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #FF0000;
}
