/* ##### Common Styles ##### */

body {
	text-align: left;
	color: black;
	background-color: white;
	font-family: "times new roman", times, roman, serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	width: 100%;
}


.doNotPrint {
	display: none !important;
}

#outer_layer {
	margin: 0;
	text-align: left;
	padding: 0px;
	display: block;
	border: none;
	font-size: 10pt;
	width: 100%;
}

/* Force/Included header table to set 100% width instead of fixed pixel width (Used to force header to be completely on one page) */
#header_table {
	margin: 0;
	text-align: left;
	padding: 0px;
	display: inline;
	border: none;
	width: 100%;
}

/* Used CSS2 position: relative tag and corresponding pixel offset to force main body over to fit on one page */
#main_copy {
	position: relative; left: -120px;
	margin: 0;
	text-align: left;
	padding: 0px;
	display: inline;
	border: none;
	width: 100%;
}



/* ##### Side Bar ##### */

#side-bar {
	display: none !important;
}

.spacing  {
	margin-left: 10px;
	text-align: left;
}

/* 08/03/08 by Geo */