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

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

      .justify
        {
        text-align: justify;
        }

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

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

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

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

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

      .small
        {
        font-size: 9px;
        }

      .white
        {
        color: #ffffff;
        }

      .highlight
        {
        color: #B81B1E;
        }

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

      .spaced
        {
        line-height: 140%;
        }

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

      a:hover
        {
        color: #516169;
        }

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

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

      a.footer
        {
        color: #6C6C6C;
        }

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

      form
        {
        margin: 0px;
        }

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

      .formfield2
        {
        font-family: "Trebuchet MS", "Tahoma", "Verdana", "Helvetica", "Arial", "sans-serif";
	      font-size: 11px;
        color: #48585F;
        width: 180px;
        height: 26px;
        line-height: 26px;
        background-color: #eeeeee;
        border-width: 0px;
        border-style: solid;
        border-color: #eeeeee;
        }

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

      img
        {
        border-style: none;
        }

