/* CSS Document */* {	margin: 0;    padding: 0;}p {	padding-bottom:0px;	line-height: 1.5em;}	h1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 18px;	font-weight: bold;	color: #4c4c4c;}h2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 16px;	font-weight: bold;	color: #4c4c4c;}		h3 {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	font-weight: bold;	color: #4c4c4c;}h4 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #4c4c4c;	}a:link {color: #990000; text-decoration:none;}    /* unvisited link */a:visited {color: #990000; text-decoration:none;} /* visited link */a:hover {color: #990000; text-decoration:none;}   /* mouse over link */a:active {color: #990000; text-decoration:none;}  /* selected link */	body {	background-image: url(images/body1.gif);	background-repeat: repeat;	margin: 0 0 1px;	padding: 0;}	#container {	margin: 0px auto;	width:640px;	color: #000000;	font-size: 12px;}#content {	background-image: url(images/body1.gif);	background-repeat: repeat-y;	padding-left: 0px;	padding-right: 0px;}#footer {	background-image: url(images/footer.gif);	height: 71px;	text-align: left;	font-size: 9px;	font-family: Arial, Helvetica, sans-serif;	color: #000000;	padding-left: 0px;	padding-right: 0px;}.body_text {	font-size: 11px;	line-height: 1.5em;	font-family: Arial, Helvetica, sans-serif;	color: #4c4c4c;}.note_text {	font-size: 9px;	line-height: 1.5em;	font-family: Arial, Helvetica, sans-serif;	color: #4c4c4c;}/* Print Style Sheet */@media print {body { background:white; color:black; margin:0 }#content { display:block; }#footer { display:none; }}