@page {
	size: portrait;
	}
@media print {
BODY {
	background-color:white;
	}

#CenterContainer1 {
	width: 90%;
	padding-left: 10%;
	background-color: #FFFFFF;
	}
#CenterContainer2 {
	text-align: left;
	}
#PageContainer {

	}


/* ----------------------------------------------------------------------------------------------------------   HeaderBox --------- */
#HeaderBox {
	width: 100%;
	text-align: right;
	}
#HeaderLogo {
}
#HeaderLogo img {
	border: none;
	margin-right: 13px;
}
#HeaderText {
	top: 100px;
}
#HeaderText img {
	border: none;
}

/* ----------------------------------------------------------------------------------------------------------   RootlineBox --------- */
#RootlineBox {
	margin: 5%;
	width: 80%;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}
#RootlineMenu {
}
#RootlineMenu a, #MetaMenu a {

	text-decoration: none;
	color: black;
}
#MetaMenu {
	display: none;
}
/* ----------------------------------------------------------------------------------------------------------   MenuBox --------- */
#MenuBox {
	display: none;
}

/* ----------------------------------------------------------------------------------------------------------   ContentBox --------- */
#ContentBox {
	margin: 5%;
	width: 80%;
	text-align: left;
	font-family: "times new roman", times, serif;;
	font-size: 13pt;

/*	border: solid 1px red;*/
}
#ContentBox A {
	color: black;
}

/* ----------------------------------------------------------------------------------------------------------   RightBox --------- */
#RightBox {
	display: none;
}




/* ----------------------------------------------------------------------------------------------------------   FooterBox --------- */
#FooterBox {
	clear:both;
	width: 100%;
	text-align: right;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	padding-top: 10%;
}

} /* @media print*/
	