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

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

      .justify
        {
        text-align: justify;
        }

      .title
        {
	      font-size: 24px;
        color: #FF1170;
        }

      .header
        {
	      font-size: 14px;
        font-weight: bold;
        color: #9B3DD1;
        }

      .header2
        {
	      font-size: 14px;
        font-weight: bold;
        color: #656565;
        }

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

      .small
        {
        font-size: 9px;
        }

      .white
        {
        color: #ffffff;
        }

      .highlight
        {
        color: #9B3DD1;
        }

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

      .spaced
        {
        line-height: 140%;
        }

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

      a:hover
        {
        color: #9B3DD1;
        }

      a.nav
        {
        color: #656565;
        font-size: 13px;
        text-decoration: none;
        }

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

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

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

      a.footer
        {
        color: #4B4B4B;
        }

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

      form
        {
        margin: 0px;
        }

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

      .formbutton
        {
        font-family: "Trebuchet MS", "Tahoma", "Verdana", "Helvetica", "Arial", "sans-serif";
	      font-size: 11px;
        font-weight: bold;
        color: #ffffff;
        font-weight: bold;
        background: #FF1170;
        border-width: 1px;
        border-style: solid;
        border-left-color: #F759B2;
        border-top-color: #F759B2;
        border-bottom-color: #CA0E5E;
        border-right-color: #CA0E5E;
        }

      img
        {
        border-style: none;
        }
