/* colours:
green: #2DA72D
orange:#FF970F
brown: #C47106
purple: #D008C9
light green: #D9E9BF
dark green: #C2E2BC
*/



body{padding:0px;margin:0px;background-color:#D9E9BF;font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;}

/* controls all titles */
h1
{
	font-size: 14pt;
	font-weight: bold;
}

p
{
font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}

#main
{
	background:white;
	padding:10px;
}

.maintitle
{
	text-decoration: none ;
	font-size: 20pt;
	font-weight: bold;
}

#header
{
	background-color:white;
	border-bottom:2px solid #D9E9BF;
}
#footer
{
	clear: both;
	color:white;
	border-top:2px solid #D9E9BF;
	background:#C2E2BC;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none ;
	font-size: 8pt;
	font-weight: normal;
}


#sidebarcontainer
{
	border-right:1px solid #D9E9BF;
	background:#D9E9BF;
}

.sidebaritem
{
	margin:2px;
	background:#D9E9BF;
	color:#2DA72D;
}

/* Defines the anchor behaviour within the sidebar*/
a.sidebarlink:link, a.sidebarlink:visited, a.sidebarlink:active, {color:black; background:#C2E2BC; text-decoration:none; font-weight: bold;}
a.sidebarlink:hover {color:white; background:#C2E2BC; text-decoration:none}
a.sidebarlinkfixed:link, a.sidebarlinkfixed:visited, a.sidebarlinkfixed:active,a.sidebarlinkfixed:hover, {color:black; background:#D9E9BF; text-decoration:none; font-weight: bold;}




/**** Table styles ****/

/* A line across a table */
tr.tableline
{
	background:#CCCCCC;
}

/* The header cell for displaying small words vertically */
th.verticalheader
{
	background:white;
	font-size: 5pt;
	color:black
}

th.smallheader
{
	background:white;
	font-size: 8pt;
	color:black
}

table#xumonormal
{
	font-family: Arial;
	font-size: 11pt;
}


