h1 {
  margin: 0px;
  font-size: 20px;
  display: block;
  border-bottom: dashed 1px #000000; }

h2 {
  margin: 0px;
  margin-top: 15px;
  font-size: 17px; }

h3 {
  margin: 0px;
  font-size: 14px; }

form {
  margin: 0px; }

p {
  margin-top: 5px;
  margin-bottom: 20px; }

ul {
  margin-top: 5px; }

img {
  border-width: 0px; }

a:link, a:active, a:visited {
  color: #000080;
  text-decoration: none; }
a:hover {
  color: #FF0000;
  text-decoration: underline;
  background-color: transparent; }

th {
  text-align: left; }

#breadcrumb {
  background-color: #AADDFF;
  padding: 5px;
  border-top: solid 1px #77AACC;
  border-bottom: solid 1px #77AACC;
  margin-bottom: 20px;
  font-size: 10px; }

.roundbox_top_left {
  background-image: url(/images/box_top_left.gif);
  width: 20px;
  height: 20px; }

.roundbox_top {
  background-image: url(/images/box_top.gif);
  width: 20px;
  height: 20px; }

.roundbox_left {
  background-image: url(/images/box_left.gif);
  width: 20px;
  height: 20px; }

.roundbox_right {
  background-image: url(/images/box_right.gif);
  width: 20px;
  height: 20px; }

.roundbox_bottom {
  background-image: url(/images/box_bottom.gif);
  width: 20px;
  height: 20px; }

.roundbox_top_right {
  background-image: url(/images/box_top_right.gif);
  width: 20px;
  height: 20px; }

.roundbox_content {
  width2: 325px;
  background-color: #99CCFF;
  height: 120px;
  vertical-align: top;
  text-align: justify;
  font-size: 11px; }
  .roundbox_content td {
    font-size: 11px; }
  .roundbox_content img {
    vertical-align: bottom; }
  .roundbox_content h1 {
    font-size: 14px; }

input, select, option, textarea {
  font-size: 11px; }

.roundbox_bottom_left {
  background-image: url(/images/box_bottom_left.gif);
  width: 20px;
  height: 20px; }

.roundbox_bottom_right {
  background-image: url(/images/box_bottom_right.gif);
  width: 20px;
  height: 20px; }

.indent {
  padding-left: 30px; }
