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

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

      .justify
        {
        text-align: justify;
        }

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

      .header
        {
	       font-size: 13px;
        color: #8A8A8A;
        }

      .rowheader
        {
	       font-size: 13px;
        color: #60C3F5;
        }

      .small
        {
        font-size: 9px;
        }

      .address
        {
        color: #8A8A8A;
	       font-size: 13px;
        line-height: 130%;
        }

      .strapline
        {
        color: #000000;
	       font-size: 15px;
        font-weight: bold;
        }

      .white
        {
        color: #ffffff;
        }

      .highlight
        {
        color: #60C3F5;
        }

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

      .spaced
        {
        line-height: 140%;
        }

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

      a:hover
        {
        color: #60C3F5;
        }

      a.nav
        {
	       margin-left: 15px;
	       font-size: 14px;
	       letter-spacing: -0.5px;
        color: #808080;
        text-decoration: none;
        }

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

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

      a.footer:hover
        {
        color: #8E8E8E;
        }

      form
        {
        margin: 0px;
        }

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

      .formbutton
        {
        font-family: Arial, Helvetica, Tahoma, Verdana, Trebuchet MS, sans-serif;
	       font-size: 13px;
	       font-weight: bold;
        color: #ffffff;
        background: #60C3F5;
        border-width: 2px;
        border-style: solid;
        border-left-color: #83D1F9;
        border-top-color: #83D1F9;
        border-bottom-color: #3EB5F2;
        border-right-color: #3EB5F2;
        }

      img
        {
        border-style: none;
        }

