td {
	vertical-align: top;
}

h2 {
	text-align: left;
	font-size: 1.5em;
}

h2:FIRST-LETTER {
	font-size: 1.5em;
}

div.editor {
	background-color: #ffffff;
	color: #000000;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

div.wiki {
}

.date {
	color: red;
}

.msg {
	color: red;
}

.revision {
	text-decoration: underline;
	cursor: pointer;
}

pre {
	font-family: inherit;
}

li {
	padding-bottom: 0.5em;
}

div.NewsBox {
	background-color: #cccccc;
	float: right;
	clear: right;
	padding: 0.5em;
	margin: 0.5em;
	width: 300px;
	height: 200px;
	overflow: auto;
	border: 1px solid black
}

div.wikibox {
	background-color: #ffffff;
	padding: 0.5em;
	margin: 0.5em;
}

div.wikiboxleft {
	background-color: #ffffff;
	float: left;
	padding: 0.5em;
	margin: 0.5em;
}

div.wikiboxright {
	background-color: #ffffff;
	float: right;
	padding: 0.5em;
	margin: 0.5em;
}

a:link.edit, a:visited.edit, a:active.edit {
	font-size: 10pt;
	font-family: sans-serif;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	padding: 1px;
}

a:hover.edit {
	font-family: sans-serif;
	color: #00ffff;
}

a:link.wiki, a:visited.wiki, a:active.wiki, a:link.resource, a:visited.resource, a:active.resource {
}

tr.wikieven {
	background-color: #e0e0e0;
}

tr.wikiodd {
	background-color: #e0e0ff;
}

td.wiki {
   text-align: center;
   padding: 0.25em;
}

.diff-wikitext           { margin: 10px; padding: 5px; 
                           border-width: thin; border-style:inset; 
                           font-family: monospace;  }
.diff-insertion          { background: #ddffdd; 
                           text-decoration:  none; color: #8000ff; } 
.diff-deletion           { background: #ffdddd; 
                           text-decoration: line-through; color: red; } 
.diff-nextprev           { vertical-align: super; text-decoration: none; }
