body
{
	background-color:#CCC;
	background-repeat: repeat;
	background-attachment:fixed;
	color:#000;
	margin:0px;
	font-family: Verdna, Helvetica, sans-serif;
	}

.headlinediv
{
	font-size: 32px;
	font-weight: bold;
	border-bottom:1px solid white;
}

.rootpagecommentdiv
{
	font-size: 13px;
	margin: 20px;
}

.content
{
	margin-left:220px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
}

.intro{
	margin-right:20px;
	margin-top:20px;
	margin-bottom:50px;
}


/* Links */	

.intro a,
.functiondiv a
{	text-decoration: none;
    color: #2A91C1;
	font-weight: bold;
}

.intro a:link,
.functiondiv a:link
{    color: #2A91C1;

}

.intro a:visited,
.functiondiv a:visited
	{	color: #2A91C1;}

.intro a:active,
.functiondiv a:active
{
    text-decoration: none;
	font-weight: bold;

}

.intro a:hover,
.functiondiv a:hover
{		color: #000000;
}
	




.sidebar
{
	top: 0px;
	left: 0px;
	width: 180px;
	height: 100%;
	color: white;
	background-repeat: repeat-y;
	position: fixed;
	padding-left:20px;
	font-size:13px;
	font-weight:bold;
}

.sidebarelement
{
	margin-top:16px;
}

.functiondiv
{
	font-size:18px;
	width:100%;
	margin:20px;
}

h1
{
	font-size: 24px;
	border-bottom:1px solid white;
	
}

h2
{
	font-size: 20px;
	border-bottom:1px solid white;	
}

.formattedtable
{
	width: 100%;
	border-color: #000;
	border-width: 0 0 1px 1px;
	border-style: solid;
	empty-cells: show;
	border-collapse:collapse;
}

.formattedtable td
{
	border-color: #000;
	border-width: 1px 1px 0 0;
	border-style: solid;
}

.formattedtable th
{
	border-color: #000;
	border-width: 1px 1px 0 0;
	border-style: solid;
	text-align:left;
	background-color: #444444;
}

.formattedtableseperator
{
	font-weight:bold;
}

.subsection
{
	margin-left: 20px;
	margin-right: 20px;
}

.advertisementfooter
{
	font-size: 14px;
	text-align:center;
	width:100%;
	margin-top: 40px;
}

.diagramimagediv
{
	background-color: #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

A:link
{
    text-decoration: none;
    color: #000;
}

A:visited
{
    text-decoration: none;
    color: #000;
}

A:active
{
    text-decoration: none;
    color: #DDDDFF;
}

A:hover
{
    text-decoration: none; 
    color: #2A91C1;
}
