
body {  
	background: url(images/all_bg.png) 0 0 repeat;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
 	font-size: 11px;
	color:#535353;
   	text-align:left;
	margin: 0;
}

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

    #tabsF {
      float:left;
      width:100%;
      background:url(images/head_menu.png);
      font:bold 11px/27px Arial, Helvetica, sans-serif;
      line-height:normal;
      }
    #tabsF ul {
        margin:0;
        padding:0px 0px 0px 0px;
        list-style:none;
      }
    #tabsF li {
      display: incolumn;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("images/mleft.png") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("images/mrigth.png") no-repeat right top;
      padding:5px 15px 2px 6px;
      color:#FFFFFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFFFFF;
      }
    #tabsF a:hover {
      background-position:0% -30px;
      }
    #tabsF a:hover span {
      background-position:100% -30px;
      }

        #tabsF #current a {
                background-position:0% -30px;
        }
        #tabsF #current a span {
                background-position:100% -30px;
        }
		input {margin-right:5px; padding:3px;}
		.bold {font-weight:bold;}
		.ital {font-style:italic;}
		.under {text-decoration:underline;}