body
{
  background-color: white;
  margin: 0px;
  font-family: sans-serif;
	font-size: small;
  color: black;
}

h1
{
	font-size: 140%;
}

h2
{
	font-size: 125%;
}

h3, h4
{
	font-size: 100%;
}

hr
{
	margin: 1em 0px 1em 0px;
	border-style: none;
	background-color: #000000;
	height: 1px;
}

p
{
}

ul
{
	padding-left: 1.5em;
}

ol
{
	padding-left: 2em;
}

dd
{
	margin-left: 1.5em;
}

div.toc ul li
{
	list-style-type: none;
}

.wikir-header
{
	padding: .5em;
	color: white;
	font-size:large;
	text-align:left;
	margin: 0px;
	background:#224A78;
	border-bottom:1px solid black;
}

.title
{
	letter-spacing: .2em;
	font-size: larger;
	font-weight: bold;
}

textarea
{
}

div.wikir-content a[href]
{
	color:#224A78;
}

div.wikir-content a[href]:hover
{
	background: #224A78;
	color: white;
}

.wikir-content
{
	margin: 3em 1em 2em 1em;
}


.wikir-toolbar
{
/*	font-size: x-small; */
	color: #888888;
	background-color: inherit;
	background-image: inherit;
	position: fixed;
	top: 0px;
	width: 100%;
	border-bottom:1px solid #aaaaaa;
	padding-top: .5em;
	padding-bottom: .5em;
}

img
{
	border: 0px;
}

.wikir-footer
{
	font-size: smaller;
	color: #888888;
	background-color: inherit;
	background-image: inherit;
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	border-top:1px solid #aaaaaa;
	padding-top: .5em;
	padding-bottom: .5em;
}

div.postIt
{
	display: none;
	padding: 12px .1em .1em .1em;
	border: .1em solid #000000;
	position: absolute;
	background-image: url(img/sticky.png);
}

img.postItCloseImg
{
	padding-bottom: .2em;
	padding-left: .2em;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 10px;
	height: 10px
}

img.postItQuestionImg
{
	padding-bottom: 2px;
	padding-left: 2px;
}












