body {
	position: relative;    
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 9pt;
    margin: 2px auto;
    line-height: 1.8em;
}
#print {
	padding-top: 0.1em;
	padding-bottom: 3px;
	text-align: right;
	font-size: 90%;
}
#print a:hover {
	border: 1px dotted #aaaaaa;
	text-decoration: none;
}
#print a {
	padding: 1px;
	padding-right: 2px;
	border: 1px solid white;
}
#print img {
	border: 0;
	margin: 0;
	vertical-align: middle;
}
a {
	text-decoration: none;
	color: #002bb8;
	background: none;
}
a:visited { color: #5a3696; }
a:active { color: #ffa500; }
a:hover { text-decoration: underline; }

hr {
	height: 1px;
	color: #aaaaaa;
	background-color: #aaaaaa;
	border: 0;
	margin: 0.2em 0 0.2em 0;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.17em;
	border-bottom: 1px solid #aaaaaa;
}
h1 { font-size: 188%; clear:both; }
h2 { font-size: 150%; clear:both; }
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

ul {
	line-height: 1.5em;
	list-style-type: disc;
	margin: 0.3em 0 0 1.5em;
	padding: 0;
}
ol {
	line-height: 1.5em;
	margin: 0.3em 0 0 3.2em;
	padding:0;
	list-style-image: none;
}
li { margin-bottom: 0.1em; }
dt {
	font-weight: bold;
	margin-bottom: 0.1em;
}
dl {
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: 0.1em;
}
code { background-color: #f9f9f9; }
pre {
	padding: 1em;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
}

a.urllink {
	background: url(images/external.png) center right no-repeat;
	padding-right: 13px;
}
a.attachlink {
	background: url(images/attachment.png) center right no-repeat;
	padding-right: 9px;
}
a.createlinktext {
	color: red;
	border-bottom: none;
}
a.createlinkupload {
	background: url(images/attachnew.png) center right no-repeat;
	color: red;
	padding-right: 9px;
}
div.center {
    text-align: left;
}

div.center table {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#wikitext {
}
#wikitext form, #wikitext input {
	font: normal 12px Verdana;
}

#wikiedit {
	position: relative;
	height: 1%; /* workaround for various ie float bugs */
}
#wikiedit textarea {
	margin-top: 0.5em;
	padding: 0;
	width: 100%;
}

