body {
	font: normal normal normal 80% Lucida Sans, Helvetica, Arial, Sans-Serif;
	line-height:150%;
	margin:0;
}
img {
	border: 1px solid #999;
}
a {
	text-decoration:none;
	color:#006666;
}

a:hover {
	text-decoration: underline;
	color:#009999;
}

h1{
	font-size: 1.3em;
	margin-bottom:10px;
	color: #999966;
}
h2 {
	font-size: 1.25em;
	color:#999933;
}
h3 {
	font-size: 1.2em;
	color:#999933;
}
.wikiheader h1 {
	color:#fff;
	font-size: 1.5em;

}
.wikiheader h1 a {
	color:#fff;
}
DIV.wikiheader {
	padding: 10px 50px 5px 50px;
	border-bottom: 3px double #CCCC99;
	margin-bottom: 0;
	background:#999966;
	color: #CCCC99;
}

.wikiheader a {
	color: #CCCC99;
}

.wikiheader a:hover {  color: #FFFFFF}


.sitemenu {
	background: #CCCC99;
	margin:0 -50px 0 -50px;
	padding: 5px 50px 3px 50px;
	border-bottom: 3px double #fff;

}
.sitemenu p {
}


DIV.wikitext, .wikipref, .wikirc{
	padding: 0 50px 10px 50px;
}

DIV.wikifooter {
  	margin-top:20px;
	font-size:.9em;
	border-top: 3px double #CCCC99;
	padding: 0 50px 20px 50px;
}


hr {
	height:1px;
}
HR.wikilineheader {
	display:none;
}
HR.wikilinefooter {
	display:none;
	 
}

blockquote {
	background:#efefef;
	font-size:.85em;
	padding: 20px;
	font-family: Georgia, Palatino, Times New Roman, Times, Serif;
}
dt {
	font-weight:600;
	color:#666;
}