html 
{
	background : #fff;
	color: #000;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	padding: 0em;
}

body 
{
	margin-left: 2.6em;	
	margin-top: 1.8em;	
	margin-bottom: 1em;	
	margin-right: 1em;	
	line-height: 1.4em;
	font-size: .9em;
}

a 
{
	color : #aaa;
	text-decoration : none;
}

A[href]:hover 
{
	text-decoration: none; 
	color: #666; 
}

ul 
{
	padding: 0em 0em 0em 3.2em;
}

b 
{
}

i 
{
	font-family: Times New Roman, Times, serif;
}

th 
{
	font-size: .9em;
	font-weight: bold;
	line-height: 1.4em;
}

td 
{
	font-size: .9em;
	line-height: 1.6em;
}

.indent 
{
	margin-left: 4em; 
}

.headerTitle
{
	font-size: 2.7em;
	line-height: 1.2em;
	font-weight: bold;
}

.headerSubtitle
{
	font-size: 1.5em;
	font-weight: bold;
	color: #999;
}

.title 
{
	font-weight: bold;
}

.textTitle 
{
	font-weight: bold;
}

.menus 
{
	text-decoration: none;
	font-weight: bold;
}

.selectedMenu 
{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.currentSelectedMenu 
{
	text-decoration: none;
	font-weight: bold;
	color: #a00;
}


.unselectedMenu 
{
	text-decoration: none;
	font-weight: bold;
	color: #aaa;
}

.unselectableMenu 
{
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

.unselectedMenu:hover 
{
	text-decoration: none; 
	color: #666;
}

.selectedMenu:hover 
{
	text-decoration: none; 
	color: #666;
}

.unselected:hover 
{
	text-decoration: none; 
	color: #555;
}

.divider 
{
	color: #eee;
}

.lower 
{	
	text-transform: lowercase;
}


.docH1 
{
	font-weight: bold;
	font-size: 1.7em;
	color: #000;
	line-height: 1.6em;
}

.docH2 
{	font-weight: bold;
	font-size: 1.2em;
	color: #777;
	line-height: 1.6em;
}

h1 
{
	font-weight: bold;
	font-size: 2em;
	color: #000;
}

h2 
{
	font-weight: bold;
	font-size: 1.25em;
	color: #000;
}

h3 
{
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
}

h4 
{
	font-weight: bold;
	font-size: 1em;
	color: #777;
	line-height: 1.2em;
}

pre 
{
	font-family: Courier, Courier New, mono;
	font-size: .95em;
	font-weight: normal;
	margin-left: 2em; 
}

.oldpre
{
	border: solid #dddddd;	
	background: #f3f3f3;	/* light gray */ 
	border-width: 1;
	padding: .5em;
	line-height: 1.2em;
}

.code 
{
	font-family: Courier New, Courier, mono;
	font-weight: normal;
}

.wikiMenuText 
{
	color: #fff;
}

.wikiMenuText:hover 
{
	color: #aaa;
}

.wikiMenuDivider 
{
	color: #f6f6f6;
}

.menuDividerDark
{
	color: #bbb;
}

.horizontalBar
{
	height: .1em;
	background: #ddd; 
}

.Pages 
{ 
	font-weight: bold; 
	text-align: left; 
	margin-bottom: 1em; 
	margin-top: 1em; 
}

.Paginator 
{ 
	padding-top: 1em; 
	margin-left: auto; 
	margin-right: auto;  
}

.Paginator .disabled 
{ 
	border: solid .1em #fff; 
	color: #ccc; 
	padding: .2em .5em; 
	background: #fff; 
	text-decoration: none; 
}

.Paginator a 
{ 
	border: solid .1em #fff; 
	color: #000; 
	padding: .2em .5em; 
	background: #fff; 
	text-decoration: none; 
}

.Paginator a:hover 
{
	color: #777; 
	background: #fff; 
	border-color: #fff; 
	text-decoration: none;
}

.odd
{
	background: #eee;
}

.even
{
}

.blogEntryTitle 
{
	font-weight: bold;
	color: #000; 
	text-decoration: none;
}

.blogEntryText
{
}

.menus 
{
	line-height: 1.5em;
}


