.black_border {
	border: #000000 1px solid;
}
.red_text {
	color: #FF0000;
}
.small_text {
	font-size: 8pt;
}
a.header:link, a.header:visited, a.header:active {
	font-family: impact, serif;
	font-size: 18pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a.header:hover {
	font-family: impact, serif;
	font-size: 18pt;
	color: #0000FF;
	font-weight: normal;
	text-decoration: underline;
}
a:link, a:visited, a:active {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	font-weight: normal;
	text-decoration: underline;
}
body {
	font-size: 10pt;
	color: #000000;
	font-family: verdana, arial, serif;
	background-color: #CCCCCC;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
div, table, tr, td {
	font-size: 10pt;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px auto;
}
div.body_layer {
	width: 880px;
	background-color: #CCCCCC;
	background-image: url('images/background_image.gif');
	background-repeat: repeat-y;
	text-align: center;
	vertical-align: top;
	border: none;
	padding: 0px;
	margin: 0px auto;
}
img.body_left {
	border: #000000 1px solid;
	margin: 2px;
}
table.body_table {
	width: 850px;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
table.contact_table {
	width: 620px;
}
td.body_top {
	height: 270px;
	text-align: left;
	vertical-align: bottom;
	background-image: url('images/header_image.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: none;
	border-bottom: none;
	text-indent: 80px;
	vertical-align: bottom;
	padding: 0px;
	padding-bottom: 16px;
	margin: 0px;
}
td.body_left {
	width: 210px;
	height: 100%;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
	background-image: none;
	border-left: #000000 1px solid;
	border-right: none;
	border-top: none;
	border-bottom: none;
	padding: 3px;
	margin: 0px;
}
td.body_right {
	width: 640px;
	height: 100%;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	background-image: none;
	border-left: none;
	border-right: #000000 1px solid;
	border-top: none;
	border-bottom: none;
	padding: 3px;
	margin: 0px;
}
td.body_bottom {
	color: #666666;
	font-size: 8pt;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: none;
	border-bottom: none;
	padding: 2px;
	margin: 0px;
}
td.contact_left {
	width: 180px;
	text-align: right;
	vertical-align: top;
}
td.contact_right {
	width: 440px;
	text-align: left;
	vertical-align: top;
}