@charset "utf-8";
/* CSS Document */
body {
  height:100%;
  margin:0;
  padding:0;
	
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#487F2B;
	
	background-image:url(print_FILES/bg_body.gif);
	background-repeat:repeat;
}
a {
	color:#487F2B;
}
a:hover {
	text-decoration:underline;
	color:#FF0000;
}
form {
	padding:0;
	margin :0;
}
input, select, textarea {
	border:1px solid #333333;
}
input[type="checkbox"] {
	border:none
}
input[type="radio"] {
	border:none
}

h1, h2, h3, h4, h5 {
	padding:0;
	margin:0 0 0.8em 0;
}
h1 {
	font-size:1.4em;
}
h2 {
	font-size:1.3em;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1.1em;
}
h5 {
	font-size:1em;
}
td {
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
}
p {
	margin-top:0;
	padding-top:0;
}
#content_col1, #content_col2_footer {
	display:none;
}

