body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	
	}

.header {
	background: #1E4B75;
	text-align: center;
	width: 100%;
	}

.links {
	background: #B09E64;
	text-align: center;
	width: 100%;
	}

		
.tables {
	font-size: 10pt;
	border: double #5F9EA0;
	}

.leftcontent {
	float: left;
	width: 50%;
		}

.rightcontent {
	float: right;
	width: 50%;
	}