@charset "UTF-8";
/* Mark A. Parkinson CSS */

table.header {
		font-size:12px;
		line-height:1.3em;
		font-family:Arial, Helvetica, sans-serif;
		border:none;
}

/* MAIN TABLES LAYOUT*/

table.body {
	width:900px;
	border:none;
	margin:0px;
	padding:0px;
	border-spacing:0px;
	vertical-align:top;
}

td.headerleft {
	width:200px;
	height:50px;
	background-image:url(/images/backgrounds/capbg_header_left.jpg);
	background-repeat:no-repeat;
}

td.bodyleft {
	width:200px;
	background:url(/images/backgrounds/capbg_body_left.jpg);
	background-repeat:repeat;
	text-align:justify;
	vertical-align:top;
}

td.footerleft {
	width:200px;
	height:50px;
	background:url(/images/backgrounds/capbg_footer_left.jpg);
	background-repeat:no-repeat;
}

td.headercenter {
	width:500px;
	height:50px;
	background:url(/images/backgrounds/capbg_header_center.jpg);
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:bottom;
}

td.bodycenter {
	width:500px;
	background:url(/images/backgrounds/capbg_body_center.jpg);
	background-repeat:repeat;
	text-align:justify;
	vertical-align:top;
}

td.footercenter {
	width:500px;
	height:50px;
	background:url(/images/backgrounds/capbg_footer_center.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

td.headerright {
	width:200px;
	height:50px;
	background:url(/images/backgrounds/capbg_header_right.jpg);
	background-repeat:no-repeat;
}

td.bodyright {
	width:200px;
	background:url(/images/backgrounds/capbg_body_right.jpg);
	background-repeat:repeat-y;
	text-align: justify;
	vertical-align:top;
}

td.footerright {
	width:200px;
	height:50px;
	background:url(/images/backgrounds/capbg_footer_right.jpg);
	background-repeat:no-repeat;
}
