html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: arial, verdana, sans-serif;
}

body {
	background-color: #ffb35d;
	background-image: url(../images/right_shadow.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

body.popup {
	width: 100%;
	height: 100%;
	background-image: none;
	background-color: #ffa541;
}

.popupHeader {
	height: 40px;
	background-image: url(/site/images/header_shadow.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #ff7d00;
}

.contentPopup {
	padding: 0px 5px 5px 5px;
}

.top {
	vertical-align: top;
}

.mainTable {
	width: 777px;
	height: 100%;
	background-color: #ffa541;
	border-right: 2px solid #ffffff;
}

.header {
	width: 777px;
	height: 78px;
	background-color: #ffa541;
}

.logo {
	width: 174px;
	height: 60px;
}

td.menu {
	width: 603px;
	height: 60px;
	background-color: #ff7d00;
	vertical-align: top;
}

td.menu div.menu {
	width: 603px;
	height: 60px;
	overflow: hidden;
}

.topShadow {
	height: 18px;
	background-image: url(../images/header_shadow.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

.w777 {
	width: 777px;
}

.w531 {
	width: 531px;
}

.w246 {
	width: 246px;
}

.contentBig {
	overflow: hidden;
	margin: 0px 70px;
	width: 637px;
}

.contentSmall {
	overflow: hidden;
	margin: 0px 70px;
	width: 391px;
}

.articleHead {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.frameTop {
	width: 246px;
	height: 183px;
	position: relative;
	background-color: #ffffff;
	overflow: hidden;
}

.aboveImage {
	position: absolute;
	top: 0px;
	left: 0px;
}

.frameImage {
	margin: 38px 0px 0px 46px;
}

.frameMiddle {
	width: 246px;
	height: 118px;
	background-image: url(../images/frame_middle.gif);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}

.frameBottom {
	width: 246px;
	height: 93px;
}

.copyright {
	padding-bottom: 2px;
	vertical-align: bottom;
}

.copyright, .copyright a {
	font: normal 12px Arial, sans-serif;
	color: #301F0C;
	text-decoration: none;
}