INPUT, SELECT, TEXTAREA {font-family: Georgia, Verdana, Arial; font-size: 8pt; color:#003366; font-weight: normal; background-color: #F3F3F3; }
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCCCC;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-image: url(images/background.gif);
	margin-top: 0px;
	}
.content {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
a:link {
    font-size: 12px;
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
p {
	font-size:  12px;
	font-family: Georgia, Verdana, Arial;
	color: #333333;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, Verdana, Arial;
	color: #003366;
}
hr {
	color: #990000;
	background-color: transparent;
	height: 1px;
	width: 75%;
}
td {
	font-weight: normal;
	font-size: 10px;
	font-family: Georgia, Verdana, Arial;
	color: #333333;
}
.border {
	border: 1px solid #999999;
}
.topnav {
	color: #FFFFFF;
	font-family: Georgia, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
} 
a.topnav:link 	 { 
    font-size: 10px;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a.topnav:visited {
    font-size: 10px;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a.topnav:hover   {
    font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.topnav:active  {
    font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.bodynav  {
	color: #990000;
	font-family: Georgia, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
} 
a.bodynav:link 	 { 
    font-size: 12px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a.bodynav:visited {
    font-size: 12px;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a.bodynav:hover   {
    font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.bodynav:active  {
    font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.contact {
	font-size: 10px;
	font-family: Georgia, Verdana, Arial;
	color: #990000;
	text-decoration: none;
	font-weight: normal;
	}
.emphasis {
	font-size: 12px;
	font-family: Georgia, Verdana, Arial;
	color: #003366;
	font-weight: bold;
}
/*- Menu  */

    #menu {
      float:left;
      width:700px;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #6B78A9;
      }
    #menu ul {
          margin:0;
          padding:2px 10px 0 50px;
          list-style:none;
      }
    #menu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #menu a {
      float:left;
      background:url("images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 7px;
      text-decoration:none;
      }
    #menu a span {
      float:left;
      display:block;
      background:url("images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#6B78A9;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu a span {float:none;}
    /* End IE5-Mac hack */
    #menu a:hover span {
      color:#990000;
      }
    #menu a:hover {
      background-position:0% -42px;
      }
    #menu a:hover span {
      background-position:100% -42px;
      }

      #menu #current a {
              background-position:0% -42px;
      }
      #menu #current a span {
              background-position:100% -42px;
      }
.list {
	list-style-image: url(images/check.gif);
}
.bottom {
	border-bottom: 1px solid #999999;
}
