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:10px;
	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;
}

#headrow {
	padding-bottom:20px;
}

#logo {
	width:30%;
	float:left;
	padding-top:10px;
}

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

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

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

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

.header-text {
	color:#fff;
}

td {
	padding:3px 3px;
	vertical-align:top;
}

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

.left-td-btm {
	text-align:center;
}

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

.center-td-btm, .right-td-btm {
	border-left: 1px solid black;
}

.block-header {
	display:block;
	text-align:center;
	background-color:red;
	color:#fff;
}

#copyright {
	width:100%;
	text-align:center;
}
