div.wiki { font-size: medium; }

body
{
	background-color: #FFFFFF;
	margin: 3px;
}

a {	text-decoration: none; }
a:link {
	color: #7D2E22;
}
a:visited {	color: #7D2E22; }
a:hover { color: #9d392b; }
a:active { color: #9d392b; }

input#editbutton {	width: 180px; }

table.frametable
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.frametable td.textcell
{
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
	vertical-align: top;
}

table.frametable td.menucell
{
	vertical-align: top;
}

table.frametable td.buttoncell
{
	font-family: Arial, Helvetica, sans-serif;
	height: 10px;
}

a.buttoncell
{
	display: block;
	color: #333333;
	font-weight: bold;
	background-color: #f7c15e;
	border: 1px solid #f7c15e;
}
a.buttoncell:link, a.buttoncell:visited, a.buttoncell:hover, a.buttoncell:active { color: #333333; }
a.buttoncell:hover { background-color: #FFC782; }
/* Fix IE. Hide from IE Mac \*/ * html a.buttoncell { height: 1%; } /* End */

a.buttoncell#left { text-align: left;  }
a.buttoncell#right { text-align: right; }
a.buttoncell#center { text-align: center; }
