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

      .standard
        {
        font-family: "Century Gothic", "Helvetica", "Arial", "Tahoma", "Verdana", "Trebuchet MS", "sans-serif";
	      font-size: 13px;
        color: #ffffff;
        }

      .justify
        {
        text-align: justify;
        }

      .title
        {
        font-family: "Century Gothic", "Helvetica", "Arial", "Tahoma", "Verdana", "Trebuchet MS", "sans-serif";
        text-transform: uppercase;
	      font-size: 28px;
        color: #ffffff;
        }

      .header
        {
        font-family: "Century Gothic", "Helvetica", "Arial", "Tahoma", "Verdana", "Trebuchet MS", "sans-serif";
        text-transform: uppercase;
	      font-size: 16px;
        color: #b8e5ff;
        }

      .header2
        {
        font-family: "Century Gothic", "Helvetica", "Arial", "Tahoma", "Verdana", "Trebuchet MS", "sans-serif";
        text-transform: uppercase;
	      font-size: 16px;
        color: #ffffff;
        }

      .header3
        {
        font-family: "Century Gothic", "Helvetica", "Arial", "Tahoma", "Verdana", "Trebuchet MS", "sans-serif";
        text-transform: uppercase;
	      font-size: 16px;
        color: #4189C9;
        }

      .rowheader
        {
        font-family: "Century Gothic", "Helvetica", "Arial", "Tahoma", "Verdana", "Trebuchet MS", "sans-serif";
        text-transform: uppercase;
	      font-size: 16px;
        color: #ffffff;
        }

      .small
        {
        font-size: 11px;
        }

      .white
        {
        color: #ffffff;
        }

      .black
        {
        color: #4d4d4d;
        }

      .highlight
        {
        color: #b8e5ff;
        }

      .footer
        {
        font-size: 12px;
        color: #7a7a7a;
        }

      .disclaimer
        {
        font-size: 12px;
        color: #636363;
        }

      .spaced
        {
        line-height: 140%;
        }

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

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

      a.black
        {
        color: #4d4d4d;
        text-decoration: none;
        }

      a.black:hover
        {
        color: #4189C9;
        text-decoration: underline;
        }

      a.footer
        {
        color: #bebebe;
        }

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

      a.disclaimer
        {
        color: #9f9f9f;
        }

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

      form
        {
        margin: 0px;
        }

      .formfield
        {
        font-family: "Century Gothic", "Helvetica", "Arial", "Tahoma", "Verdana", "Trebuchet MS", "sans-serif";
	      font-size: 13px;
        color: #000000;
        background-color: #ffffff;
        border-width: 1px;
        border-style: solid;
        border-color: #2C6798;
        }

      .formfield2
        {
        font-family: "Century Gothic", "Helvetica", "Arial", "Tahoma", "Verdana", "Trebuchet MS", "sans-serif";
	      font-size: 13px;
	      width: 280px;
	      height: 28px;
	      line-height: 28px;
        color: #ffffff;
        background-color: #6B6B6B;
        border-width: 0px;
        border-style: solid;
        border-color: #6B6B6B;
        }

      .formbutton
        {
        font-family: "Century Gothic", "Helvetica", "Arial", "Tahoma", "Verdana", "Trebuchet MS", "sans-serif";
        text-transform: uppercase;
	      font-size: 16px;
        color: #ffffff;
        background: #77C1EC;
        border-width: 2px;
        border-style: solid;
        border-left-color: #C3DFEF;
        border-top-color: #C3DFEF;
        border-bottom-color: #4AB6F4;
        border-right-color: #4AB6F4;
        }

      img
        {
        border-style: none;
        }

