:root
{
overflow-x: hidden;
overflow-y: scroll;
}

      .standard
        {
        font-family: "Trebuchet MS", "Tahoma", "Verdana", "Helvetica", "Arial", "sans-serif";
	      font-size: 12px;
        color: #404040;
        }

      .justify
        {
        text-align: justify;
        }

      .title
        {
	      font-size: 22px;
        color: #28395B;
        }

      .header
        {
	      font-size: 15px;
        font-weight: bold;
        color: #E70079;
        }

      .rowheader
        {
	      font-size: 15px;
        font-weight: bold;
	      color: #ffffff;
        }

      .small
        {
        font-size: 9px;
        }

      .white
        {
        color: #ffffff;
        }

      .highlight
        {
        color: #28395B;
        }

      .footer
        {
        font-size: 10px;
        color: #A8BCE4;
        }

      .spaced
        {
        line-height: 140%;
        }

      a
        {
        color: #E70079;
        text-decoration: none;
        }

      a:hover
        {
        color: #28395B;
        }

      a.white
        {
        color: #ffffff;
        text-decoration: none;
        }

      a.white:hover
        {
        color: #ffffff;
        text-decoration: underline;
        }

      a.subnav
        {
        color: #ffffff;
        }

      a.subnav:hover
        {
        color: #ffffff;
        }

      a.subnav_on
        {
        color: #ffffff;
        }

      a.subnav_on:hover
        {
        color: #ffffff;
        text-decoration: underline;
        }

      a.white
        {
        color: #ffffff;
        }

      a.white:hover
        {
        color: #E70079;
        }

      a.footer
        {
        color: #A8BCE4;
        }

      a.footer:hover
        {
        color: #ffffff;
        }

      form
        {
        margin: 0px;
        }

      .formfield
        {
        font-family: "Trebuchet MS", "Tahoma", "Verdana", "Helvetica", "Arial", "sans-serif";
	      font-size: 12px;
        color: #28395B;
        background-color: #ffffff;
        border-width: 1px;
        border-style: solid;
        border-color: #A8BCE4;
        }

      .formbutton
        {
        font-family: "Trebuchet MS", "Tahoma", "Verdana", "Helvetica", "Arial", "sans-serif";
	      font-size: 15px;
        font-weight: bold;
        color: #ffffff;
        background: #E70079;
        border-width: 2px;
        border-style: solid;
        border-left-color: #F367AF;
        border-top-color: #F367AF;
        border-bottom-color: #B40861;
        border-right-color: #B40861;
        }

      img
        {
        border-style: none;
        }

