*, body, html {
	margin: 0pt;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	background-color: #FFF;
}
html {
	height: 100%
}
body {
	height: 100%
}

table{
	min-height: 99%;
	height: 99%;
}

td {
	vertical-align: top;
	padding-left: 5px;
}

p {
	margin-bottom: 0.5em;
}

a {
	color: #000;
}
.title {
	text-align: center;
	font-size: 11pt;
	font-weight: 600;
}

.highlight {
	color: #458323;
	font-weight: 600;
}

#left {
	width: 25%;
	border-right: 2px solid #F4F4F4;
}

#right {
	width: auto;
	padding-right: 5em;
}

#footer{
	height: 3px;
	background-color: #CDCDCD;
}
 #logo {
 	text-align: center;
 	margin-bottom: 1em;
 }