td        {
           font-size: 12px;
	       line-height: 16px;
           color: #000033;
           font-family: Verdana, Arial, Helvetica, sans-serif;
          }


.bodycopy  {
           font-size: 11px;
           line-height: 14px;
           color: #000033;
           font-family: Verdana, Arial, Helvetica, sans-serif;
           }

.small     {
           font-size: 9px;
           line-height: 11px;
           color: #000033;
           font-family: Verdana, Arial, Helvetica, sans-serif;
           }
.small-head {
           font-size: 9px;
           line-height: 17px;
           color: #000033;
           font-family: Verdana, Arial, Helvetica, sans-serif;
           }

.top    {
           font-size: 10px;
           line-height: 14px;
           color: #ffffff;
           font-weight: regular;
           font-family: Verdana, Arial, Helvetica, sans-serif;
           }

.nav    {
           font-size: 10px;
           line-height: 18px;
           color: #ffffff;
           font-weight: bold;
           font-family: Verdana, Arial, Helvetica, sans-serif;
           }

.nav a {
          text-decoration: none;
	      font-weight: regular;
	      color: white;
	      }

.nav a:visited {color: white;}
.nav a:active {color: white;}
.nav a:hover {color: white;
          font-weight: regular;
	      text-decoration: underline;}
.label    {
           font-size: 10px;
           line-height: 13px;
           color: #ffffff;
           font-weight: bold;
           font-family: Verdana, Arial, Helvetica, sans-serif;
           }

.head      {
           font-weight: bold;
           font-size: 21px;
           line-height: 28px;
           color: #000033;
           font-family: Verdana, Arial, Helvetica, sans-serif;
           }


.head2      {
           font-weight: bold;
           font-size: 18px;
           line-height: 21px;
           color: #000033;
           font-family: Verdana, Arial, Helvetica, sans-serif;
           }

.subhead      {
           font-weight: bold;
           font-size: 16px;
           line-height: 21px;
           color: #000033;
           font-family: Verdana, Arial, Helvetica, sans-serif;
           }
.head14      {
           font-weight: bold;
           font-size: 14px;
           line-height: 17px;
           color: #000033;
           font-family: Verdana, Arial, Helvetica, sans-serif;
           }
a {
	text-decoration: underline;
    font-weight: regular;
	color: blue;
	}
a:visited {
	color: #336666;
	}
a:active {
	color: blue;
	}
a:hover {
	color: #cc0000;
    font-weight: regular;
	text-decoration: underline;
	}

/* The following is necessary for form spam blocking (to use with text field
named inputName - if value exists it's spam */

input.inputName {visibility: hidden;}
