body{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #ffffff;
	margin: 1.0em 3.0em 1.0em 15.0em;
}

div#TheMenu{
	position: absolute;
	left: 0.25em;
	top: 0.25em;
	width: 12.0em;
	padding: 1.0em;
	background-color: #cccccc;
	-moz-border-radius: 1.0em;
	border-radius: 1.0em;
}

div#TheMenu h3{
	text-align: center;
}

div#TheMenu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#TheMenu ul li{
	width: 10.0em;
	text-align: left;
	padding: 0.5em;
	margin: 0px 0px 1px 0px;
	background-color: #000000;
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	cursor: pointer;
}

div#TheMenu ul li a{
	text-decoration: none;
	color: #ffffff;
}

div#TheMenu ul li.NextMenuItem{
	text-align: right;
}

div#TheMenu ul li.CurrentMenuItem{
	background-color: #ffffff;
	color: #000000;
}

div#TheMenu ul li.CurrentMenuItem a{
	text-decoration: none;
	color: #000000;
}

h2{
	text-align: center;
}

p{
	text-align: justify;
}

div.exampletext{
	padding: 5px;
	border-style: solid;
	border-width: 1px;
}

div.menubar{
	background-color: #000000;
	width: 120px;
	padding: 0px;
	color: #ffffff;
}

strong{
	font-weight: bold;
	color: #660000;
}

td.menu{
	padding = 3px;
	font-size: 9pt;
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;
	cursor: hand;
	text-align: center;
}
