	body {
		font-family: verdana, tahoma, helevetica, arial, sans-serif;
		font-size: 10pt
	}
	table {
		font-family: verdana, tahoma, helevetica, arial, sans-serif;
		font-size: 10pt
	}
	h1 {
		text-align: center;
		font-weight: normal;
		font-size: 16pt
	}
	p {
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 15px;
		margin-bottom: 15px
	}
	
	.sideMenu {
		background-color: darkblue;
		color: white;
		font-weight: bold;
		text-indent: 15px
	}
	.sideMenu a:link, .sideMenu a:visited, .sideMenu a:hover, .sideMenu a:active {
		text-decoration: none;
		color: white
	}
	.sideMenu a:hover {
		color: #8283BC
	}
	
	
	.mainContent {
		background-color: lightgrey;
	}
	.mainContent a:hover, .mainContent a:link, .mainContent a:visited, .mainContent a:active {
		text-decoration: none;
		color: darkblue
	}
	.mainContent a:hover {
		color: #8283BC
	}
	


	.upperFooter {
		background-color: #E5E5E5
	}
	.lowerFooter {
		vertical-align: top;
		text-align: center;
		background-color: gray;
		color: white
	}