body {
	margin: 0px;
	padding: 0px;
	background-color: #98B1B7;
}

body, td {
	font-family: tahoma;
}

h2, h3 {
	margin: 3pt 3pt 3pt 0pt;
}

.txt {
	padding: 8px;
}

.buyinfo {
	width: 90%;
	background-color: #FFE0BB;
	border: 2px solid #aaa;
	padding: 10px;
	margin-bottom: 10px;
}

.buyinfo a.button {
	display: block;
	background-color: #D4D0C8;
	border-style: solid;
	border-width: 2px;
	border-left-color: #fff;
	border-right-color: #404040;
	border-top-color: #fff;
	border-bottom-color: #404040;
	padding: 4px 8px;
	font: normal 13px tahoma;
	color: #000;
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 70px;
	height: 24px;
	line-height: 13px;
	text-align: center;
	cursor: default;
}

#menucell {
	width: 760px;
	height: 15px;
	text-align: justify;
	background-color: #FF8E00;
	background-image: url('/images/menu-bg.gif');
	background-repeat: repeat-x;
	line-height: 15px;
}

#menucell a {
	display: block;
	float: left;
	width: 90px;
	height: 15px;
	color: #ffffff;
	font: bold 11px tahoma;
	text-decoration: none;
	text-align: center;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-right-color: #ffffff;
}

#menucell a:hover {
	background-color: #fff;
	color: #aa5500;
}

.newsblock {
	background-color: #DDEDD1;
	font: normal 8pt tahoma;
	color: #236D50;
}

.newsblock h3 {
	font-weight: bold;
	font-size: 10pt;
	color: #000;
	font-family: georgia;
}

#mnews {
	text-align: left;
	background-color: #FFD094;
	font-size: 8pt;
	width: 760px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-top-color: #62735B;
	padding: 6px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

div#mnews a {
	color: #687C5F;
	font-weight: bold;
}

#mbottom {
	width: 760px;
	height: 35px;
	background-color: #758D6C;
	text-align: center;
	padding-top: 4px;
}

#mbottom a {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 11px;
	color: #ddd;
	text-decoration: none;
	border-style: solid;
	border-width: 0px 2px 0px 0px;
	padding-right: 4px;
	border-right-color: #eee;
}

#mbottom a:hover {
	text-decoration: underline;
	border-right-color: #FF8800;
}

#copy {
	font-size: 10px;
	color: #ddd;
}

.leftpic {
	background-color: white;
	width: 150px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-right-color: #62735B;
}

.instext {
	padding: 4pt 4pt 4pt 15pt;
	background-color: #FFEED9;
	/* background-color: #fff; */
	font-size: 10pt;
	color: #5A5A5A;
}

#inspagetitle {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 760px;
	height: 26px;
	text-align: right;
	padding-right: 20px;
	background-color: #758D6C;
	background-image: url('/images/inside-middle-bg.gif');
	background-position: 224px 0px;
	background-repeat: no-repeat;
	color: white;
	font: normal 13pt verdana;
}

a.morelink:link, a.morelink:active, a.morelink:visited, a.morelink:hover {
	display: block;
	text-align: center;
	background-color: #FF8E00;
	color: #fff;
	padding: 2px;
	font: bold 8pt verdana;
	text-decoration: none;
}