@charset "utf-8";
    a.reg  {
      text-decoration: none;
      color: #004080;
    }

    a.reg:active  {
      text-decoration: none;
      color: #ff0000;
    }

    a.reg:hover  {
      text-decoration: none;
      color: #990000;
    }

    a.reg:visited {
      text-decoration: none;
      color: #004080;
    }

    a.reg:visited:hover {
      text-decoration: none;
      color: #990000;
    }

    a.reg:visited:active  {
      text-decoration: none;
      color: #ff0000;
    }
.add_main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
