

body { font-family:Arial, Helvetica, sans-serif;
	background-image:url(/images2007/BGD_top.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
.body_td {
		}

.topform form, .topform input {	font-size:10px;
		}

.topnav2, .topnav2 a { font-size:11px; color:#CCCCCC; text-decoration:none;
		}

.topnav2 a:hover{ text-decoration:underline;
				}

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

    #tabs {
      float:right;
      width:100%;
      font-size:11px;
      line-height:normal; 
      }



    #tabs ul {
	margin:0;
	padding:0px 5px 0 5px;
	list-style:none;
      }



    #tabs li {
      display:inline;
      margin:0px;
      padding:0px;
      }

    #tabs a {
      float:right;
      background:url("/images2007/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 2px;
      text-decoration:none;
      font-size:10px;
      }


    #tabs a span {
      float:right;
      display:block;
      background:url("/images2007/tabright.gif") no-repeat right top;
      padding:5px 6px 4px 2px; 
      color:#FFF;
      }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/

    #tabs a span {float:none;}

    /* End IE5-Mac hack */

    #tabs a:hover span {
      color:#FFF;
      }


    #tabs a:hover {
      background-position:0% -42px;
      }

    #tabs a:hover span {
      background-position:100% -42px;
      }



