@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/body_background.gif);
}
a {
	color: 037eb3;
	text-decoration: underline;
}


b {
}
strong {
	font-weight: bold;
}

hr {
  border: 0;
  height: 2px;

}


div.line {
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#ff9900;

  }