body {
	text-align: center;
}

body#thin div#body-wrap {
	width: 760px;
	background-color: #ffffff;
	padding: 20px;
}

td, p, form, ul, ol {
	font-family: arial, verdana, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 16px;
}

div#body-wrap {
	display: block; 
	margin: 0px auto; 
	text-align: left;
}

hr {
	background-color: #978e85;
	color: #978e85;
	height: 1px;
	border: 0;
	text-align: center;
}

.header {
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	line-height: 22px;
}

.space {
	line-height: 20px;
}

.tiny {
	font-size: 11px;
}

.small {
	font-size: 11px;
}

.medium {
	font-size: 12px;
}

.story {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

a:link {
	color: #524a41;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: #978e85;
	font-weight: normal;
	text-decoration: none;
}
							 
a:active {
	color: #6e6e6e;
	font-weight: normal;
	text-decoration: none;
}
							 
a:hover {
	color: #000000;
	font-weight: normal;
	background-color: #efeae7;
	text-decoration: none;
}

a.top:link {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.top:visited {
	color: #f6f4f2;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.top:hover {
	color: #978e85;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color: #efeae7;
}

a.top:active {
	color: #978e85;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color: #efeae7;
}

.calendar {
	color: #4D2D20;
	font-size: 11px;
	font-weight: bold;
	background-color: #DEEBF4;
}

.button {
	background-color: #f4f1ef;
	font-size: 11px;
	color: #000000;
	border-style: outset;
}

.vote {
	background-color: #f4f1ef;
	font-size: 11px;
	color: #333333;
	border-style: outset;
	font-weight : bold;
}

.box {padding:8px; border:0px; background-color:#f4f1ef; color:#000000; line-height:1.3em;}
.splitcontentleft {float:left; width:40%;}
.splitcontentright {float:right; width:60%;}

/* added by klaus -- nov 27, 2003 */
.bgclear { background-color: #FFFFFF; }

.form {
	border-bottom: 1px #eeeeee solid;
 	border-right: 1px #eeeeee solid;
 	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 2px;
}
/* added by klaus -- jul 09, 2006 */

.show { display: block; }
.hide { display: none; }

.gray {
	background-color: #C1C1C1;
	padding: 3px;
}

