.createlink { text-decoration:none; position:relative; top:-0.5em; font-weight:bold; font-size:smaller; border-bottom:none; }

#whole {
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bolder;
	text-decoration: none;
	color: #000000;
	font-style: normal;
	text-transform: uppercase;
	float: left;
}

#options {
	float: right;
	width: auto;
	font-size: 10px;
	padding: 5px;
	background-color: #FFFFFF;
}
#options  a:link    {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	padding: 5px;
}
#options  a:hover    {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	padding: 5px;
}
#options  a:active    {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	padding: 5px;
}
#options  a:visited    {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	padding: 5px;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: none;
	position: relative;
	clear: left;
	padding-top:10px;
}
#title a:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
#title a:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
#title a:active {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
#title a:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
#text  a:link    {
	color: #000000;
	padding-left:1px;
	padding-right:1px;
	text-decoration: underline;
}
#text  a:hover    {
	color: blue;
	padding-left:1px;
	padding-right:1px;
	text-decoration: none;

}
#text  a:active    {
	color: #000000;
	padding-left:1px;
	padding-right:1px;

}
#text  a:visited    {
	color: #000000;
	padding-left:1px;
	padding-right:1px;
	text-decoration: underline;

}
#text  a:visited:hover    {
	color: blue;
	padding-left:1px;
	padding-right:1px;
	text-decoration: none;

}

span.highlight  {
background-color:white
}


/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:0.9em; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

h1, h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.6em; }
h1, h2, h3, h6 { font-weight:normal; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:1.8em; }
h2 { font-size:1.44em; }
h3 { font-size:1.22em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }

hr { border: 1px dotted #eeeeee; border-style: none none dotted; }

/* These affect the main content area. */
.pagegroup { margin-top:8px; margin-bottom:2px; }
.pagetitle { line-height:1em; margin:0px; font-size:1.6em; font-weight:normal; }
.wikiaction { margin-top:4px; margin-bottom:4px; }
#wikitext { line-height:1.3em; }
#wikitext table { border-spacing: 0px; font-size:100%; line-height:1.1em; margin: 0px; padding: 0px; border: 0;} /* For MSIE 5.5 */

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}

