html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	color: #FFFFFF;
	background-color: #6A7957;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bodyText {
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFF9B6;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
}

a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	color: #FFF9B6;
	text-decoration: underline;
}
a.menu:active {
	color: #FF0000;
	text-decoration: underline;
}
.rule {
	background-color: #B7875D;
}
.links {
	font-size: 14px;
}


#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 700px;
	background-image: url(images/background.gif);
	background-color: #FFF9B6;
}
.gold {
	color: #FFCC33;
}
.framedetailName {
	font-size: 18px;
	color: #FFF9B6;
}
.footer {
	font-size: 12px;
}
.admin {
	color: #FFF9B6;
	background-color: #990000;
	border: solid #000000 1px;
	padding: 2px 2px 2px 2px;
}

/* these are for KTML overrides */
.ktml table.toolbar .toolbar_table {
	color: #000;
}
div.open {
	color: #000000;
}
div.style_list div.opt,div.heading_list div.opt,div.fonttype_list div.opt,div.fontsize_list div.opt {
    background-color: #6A7957;
}