/* General formating */
body {
	background-color: #FFFFFF;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#header {
    clear:both;
	text-align:center;
	margin-left:17px;
	margin-right:17px;
	margin-bottom:40px;
	font-size: 1.5em;
	font-weight: bold;
	font-family:"Courier New", Courier, monospace;
	color: #000000;
    }
#middle{
	font-size:0.9em;
}
#footer{
	text-align:center;
	font-size:1em;
	color: #000000;
	clear:both;
	font-weight:normal;
	font-family:"Courier New", Courier, monospace;
}

a:link {
	color: #0a8ba8;
}
a:visited {
	color: #660aa8;
}
.sectiontitle {
	font-size: 1.1em;
	font-weight:bold;
}
.normal{
	font-size: 1em;
	font-weight:normal;
}
