@charset "utf-8";
/* CSS Document */

img.bg {
	/* Set rules to fill background */
	min-height:100%;
	min-width:1024px;

	/* Set up proportionate scaling */
	width:100%;
	height:auto;

	/* Set up positioning */
	position:absolute;
	top:0;
	left:0;
	border:0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px;
		border:0; }
}

h3.pagetitle{margin:0em 0em 0.5em 0em; padding:0em 0em 0.3em 0em; font-size:1.7em; line-height:0.9em; border-bottom:1px solid #5E6881;}
table.table_txt{font-size:1.2em; padding:0em 0em 1em 0em; margin:0em; line-height:1.5em;}
table.table_txt_border{font-size:1.2em; padding:0em; margin:0em; line-height:1.5em; border:1px solid #FFFFFF;}
td.td_border_btmlft{border-bottom:1px solid #FFFFFF; border-left:1px solid #FFFFFF;}
td.td_border_btm{border-bottom:1px solid #FFFFFF;}
td.td_border_lft{border-left:1px solid #FFFFFF;}
