body {
	background-color:#FFFFFF;
}
h1,h2,h3,h4,h5 {
	margin:0px;
}

p {
	margin-top:0px;
	margin-bottom:5px;
}

.highlight {
	color:#A8112E;
}

.headerbox {
	background-color:#A79B89;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top: 0 !important;
}
.headerbox_content { 
	padding:20px !important;
	padding-top:20px !important;
}

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

.pdf_icon {
	background-image: url(../mediapool/images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:20px;
}

.external-link-new-window {
	background-image: url(../mediapool/images/external_link.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:20px;
}
.table_data {
	
}
table.table_data {
	border-collapse:collapse;
}
table.table_data th {
	text-align:left;
	font-size:10px;
	border:1px solid #FFF;
	background-color:#A79B89;
	color:#FFF;
	padding:3px;
	vertical-align:bottom;
}
table.table_data td {
	font-size:11px;
	border:1px solid #FFF;
	background-color:#FFF;
	padding:3px;	
}
table.table_data th p,
table.table_data td p {
	margin:0px !important;
	padding:0px !important;
	line-height:normal !important;
}
.tablerow_odd {

}
table.table_data .tablerow_odd td, table.table_data .tablerow_odd th {
	background-color:#eae7e2 !important;
}