/* CSS Document */
body,td,th {
	font-family: tahoma;	
	margin:0;
    padding:0;
	font:12px;
    /*font: bold 12px ;*/
	
	background: url(bg.jpg) center top repeat-y;
	
}
body {
	margin: 0px;
	
}
.style1 {color: #ffffff}
a {
	font-size: 11px;
	color: Blue;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: Red;
	
}
a:active {
	text-decoration: none;
	
}
.style2 {color: #005083;}
.style3 {color: #B7B7B7}
.style4 {color: red}
img {
border: none;
}
h1 { 
margin : 0.5em 0 0 0;
font-size : 150%;
letter-spacing : 1px;
}
h2 { 
margin : 0.5em 0 0em 0;
font-size : 110%;
letter-spacing : 0px;
}
h3 { 
margin : 0.5em 0 0em 0;
font-size : 100%;
letter-spacing : 1px;
}

/*- Menu Tabs 10--------------------------- */

    #tabs10 {
      float:left;
      width:100%;
      font-size:100%;	  
      border-bottom:1px solid #2763A5;
      line-height:normal;
      }
    #tabs10 ul {
          margin:0;
          padding:15px 0px 0px 5px;
          list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
	
    #tabs10 a {
      float:left;
      background:url("tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("tabright10.gif") no-repeat right top;
      padding:5px 15px 5px 12px;
	  font:bold;
      color:#FFF;
      }
	
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

      #tabs10 #current a {
              background-position:0% -42px;
      }
      #tabs10 #current a span {
              background-position:100% -42px;
      }
#button {
        width: 16.5em;
       /* border-right: 0px solid #000;*/
        padding: 2px 0em 0em 0em;
        margin-bottom: 1em;
        font-family: Tahoma, Arial, sans-serif;
                /*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
        font-size : 12px;
        background-color:#FFFFFF ;/*#90bade*/
        color: #333;
        }

#button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

#button li {
                border-bottom: 1px solid #90bade;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

#button li a {
                display: block;
                padding: 5px 5px 5px 0.5em;
                border-left: 10px solid #1958b7;
                border-right: 10px solid #508fc4;
                background-color: #2175bc;
                color: #fff;
				font:bold;
                text-decoration: none;
                width: 100%;
                }

html>body #button li a {
                width: auto;
                }

#button li a:hover {
                border-left: 10px solid #1c64d1;
                border-right: 10px solid #5ba3e0;
                background-color: #2586d7;
                color: #fff;
                }

#button li #active {
                border-left: 10px solid #1c64d1;
                border-right: 10px solid #5ba3e0;
                background-color: #2586d7;
                color: #fff;
                }
.GroupBox    
{
	border: 1px solid ##6699FF;    	      
	padding: 8px;    
}    
.GroupBoxLegend    
{
	padding-bottom: 4px;    }
.G_Bar { margin:0px; padding:2px 0px 0px 10px;  cursor:pointer;   }
.S_Bar { margin:0px; padding:2px 0px 0px 0px;     }