body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

/*- Menu Tabs F--------------------------- */

    #tabsF {
	
      float:right;
      width:100%;
      font-size:12px;
	  font-weight:bold;
      line-height:normal;
	  border-bottom:1px solid #666;
      }
    #tabsF ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:right;
      background:url("images/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:right;
      display:block;
      background:url("images/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#666;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }
	
	.contentborder{border-style:solid;
	border-color:#666;
	border-top-width:0px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	}
	.box{
	border-color:#666;
	border-top-width:1px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	border-style:solid;
	}
	
	.date {font-size:12px;
	color:#344F9F;
	font-weight:bold;}
	h2 {font-size:20px;
	font-weight:bold;
	color:#344F9F;}
	
	#footer{line-height:normal;
	  border-top:1px solid #666;
	  font-size:10px;
	  padding-top:5px;}
