body {
	width:100%;
	font-family:helvetica;
}

h1, h2, p {
	margin:0;
	padding:0;
}

h1 {
	font-size:20px;
}

h2 {
	font-size:12px;
	padding-bottom:5px;
}

p {
	font-size:12px;
	line-height:1.5em;
}

.text-small {
	font-size:10px;
}

.bold-text {
	font-weight:bold;
}

.center-text {
	text-align:center;
}

.right-text {
	text-align:right;
}

.clearAll {
	clear:both;
}

.table-header {
	background-color:red;
}

table.layout {
	border: 1px solid black;
	border-collapse: collapse;
	width:100%;
	margin-bottom:20px;
}

.table-header td {
	text-align:center;
}

.header-row {
	color:#fff;
	text-align:left;
	border-bottom: 1px solid black;
}

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

.sig {
	vertical-align:middle;
}

td {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#logo {
	width:25%;
	float:left;

}

#headtext {
	width:70%;
	float:right;
}

#assessment {
	margin-top:20px;
}
