body {
	background-color: #9FAECD;
	background-image: url(images/img_bg_blue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
}
.divHeader {
	float: left;
	height: 90px;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 0px;
	vertical-align: middle;
}
.divTabsContainer {
	height: 30px;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 90px;
}
.bgTabUp {
	font-size: 16px;
	color: #9FAECD;
	background-image: url(images/bg_tab_up.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	height: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6F85B6;
}
.bgTabDown {
	font-size: 16px;
	color: #000;
	text-align: center;
	height: 30px;
	background-color: #FFF;
}
.bgTabSpacer {
	font-size: 16px;
	color: #9FAECD;
	text-align: center;
	height: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6F85B6;
}
a.tabLink:link,a.tabLink:active,a.tabLink:visited {
	color: #FFF;
	text-decoration: none;
	width: 100%;
}
a.tabLink:hover {
	text-decoration: none;
	color: #FF0;
}
a.blackLink:link,a.blackLink:active,a.blackLink:visited {
	color: #000;
	text-decoration: underline;
	width: 100%;
}
a.blackLink:hover {
	text-decoration: underline;
	color: #900;
}
a.exLink:link,a.exLink:active,a.exLink:visited {
	color: #000;
	text-decoration: none;
}
a.exLink:hover {
	text-decoration: none;
	color: #900;
	cursor: hand;
}
.divExhibitionLink {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	cursor: hand;
}
.divContentBg {
	background-color: #FFF;
	background-image: url(images/content_corner_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	width: 960px;
	left: 0px;
	top: 120px;
	padding: 20px;
}
.tdHeadBlueRtl {
	font-size: 18px;
	color: #FFF;
	background-color: #9FAECD;
	text-align: right;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.divArrow {
	float: left;
	clear: right;
}
.tdPreviewText {
	padding-bottom: 10px;
}
.tdTextGrayBg {
	background-color: #e1e1e1;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.divFooter {
	position: relative;
	left: 0px;
	bottom: -50px;
	color: #5f7094;
}
.tdHeadBlueLtr {
	font-size: 16px;
	color: #FFF;
	background-color: #9FAECD;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 8px;
	font-weight: bold;
}
h3 {
	background-color: #E1E1E1;
	width: 100%;
	text-indent: 8px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	margin-top: 0px;
	padding-bottom: 4px;
	margin-bottom: 2px;
}
p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 10px;
}
.tdTitleOrange {
	font-weight: bold;
	color: #000;
	background-color: #F90;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
}
.tdtextPadRigh5 {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.divImageLeft {
	padding: 2px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	border: 1px solid #CCC;
	float: left;
}
.divExhibitionBoxLeft {
	width: 328px;
	border: 1px solid #9FAECD;
	float: left;
	margin-right: 1px;
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: normal;
	background-image: url(images/tile_black.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	padding: 4px;
	height: 150px;
	color: #FFF;
	background-color: #000;
}
.divExhibitionBoxRight {
	width: 328px;
	border: 1px solid #9FAECD;
	float: right;
	margin-left: 1px;
	padding: 4px;
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: normal;
	background-image: url(images/tile_black.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	height: 150px;
	color: #FFF;
	background-color: #000;
}
