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

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

      .justify
        {
        text-align: justify;
        }

      .title
        {
        color: #222222;
	       font-weight: bold;
        font-size: 15px;
        }

      .title2
        {
        color: #C2C2C2;
        font-size: 15px;
        }

      .header
        {
	       font-size: 12px;
	       font-weight: bold;
        color: #D43D3A;
        }

      .rowheader
        {
	       font-size: 12px;
	       font-weight: bold;
        color: #222222;
        }

      .small
        {
        font-size: 9px;
        }

      .white
        {
        color: #ffffff;
        }

      .highlight
        {
        color: #D43D3A;
        }

      .highlight2
        {
        color: #C2C2C2;
        }

      .footer
        {
        font-size: 9px;
        color: #8E8E8E;
        }

      .disclaimer
        {
        font-size: 9px;
        color: #666666;
        }

      .spaced
        {
        line-height: 160%;
        }

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

      a:hover
        {
        color: #D43D3A;
        }

      a.nav
        {
        color: #D43D3A;
        }

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

      a.footer
        {
        font-weight: normal;
        color: #B9B9B9;
        }

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

      form
        {
        margin: 0px;
        }

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

      .formbutton
        {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	       font-size: 11px;
	       font-weight: bold;
        color: #ffffff;
        background: #202020;
        border-width: 2px;
        border-style: solid;
        border-left-color: #303030;
        border-top-color: #303030;
        border-bottom-color: #000000;
        border-right-color: #000000;
        }

      img
        {
        border-style: none;
        }
