html {height:100%;
          margin:0;
		  padding:0;
          }

body { height:100%;
             margin: 0; 
			 padding: 0; 
			 border:0; 
             font-family: Geneva, Arial, Helvetica, san-serif; 
             font-size: 10pt;
			 font-style: normal;
			 color: #666666; 
			 background: #FFFFFF; } 

table {border:0;
            margin:0  auto;
            padding:0;
			border-collapse: collapse;
         }
.w100 {width: 100%}
.w80  {width: 90%}
.w200 {width: 200px}
.w180 {width: 190px}

h1 {  font-size: 140%;  font-weight: bold; color: #cc3300; text-decoration: none;  text-align:center}
h2 {  font-size: 120%;  font-weight: bold; color: #006699; text-decoration: none; text-align:center}
h3 { font-size: 100%; font-weight: bold; color: #006699; text-decoration: none; } 

td { vertical-align: top}
	   
.jast { font-size: 100%;  text-decoration: none; font-weight: normal}
.jast_dark {font-size: 100%; font-weight: bold;}
.jast_w {  font-size: 100%; color: #DDEEEE; text-decoration: none; font-weight: bold}
.jast_c {  font-size: 100%; color: #DDDDDD; text-decoration: none}
.jast_s {font-size: 90%; }
.jast_b { font-size: 100%;  font-weight: bold; color: #006699; text-decoration: none ;}
.jast_t {color: #D75A20; text-decoration: none; font-weight: bold} 

.selected {font-size: 120%; font-weight: bold; color: #006666; text-decoration: none}
.selected_red { font-size: 100%; font-weight: bold; color: #cc3300;  text-decoration: none}
.selected_blue {  font-size: 100%; font-weight: bold; color:#336699; text-decoration: none}
.selected_blue_lite { font-size: 100%;  font-weight: normal; color:#336699; text-decoration: none}
.selected_sm { font-size: 80%; font-weight: bold; color: #DDFFFF;  text-decoration: none}

.bgMenuR {  background-image: url(Images/MenuR.jpg); background-repeat: repeat-y; background-position: right}

.nowrap {  clear: left}

a:active { font-style: normal; font-weight: bold; color: #006666; text-decoration: underline}
a:hover {  font-style: normal; font-weight: bold; color: #666666; text-decoration: underline}
a:link      { font-style: normal; font-weight: bold; color: #006666; text-decoration: underline;}
a:visited {  font-style: normal; font-weight: bold; color: #336699}
a img { border: none; margin: 5px; }

.cr    {text-align: right; }
.cl     {text-align: left}
.cc    {text-align:center}
.ml     {margin-left: 15px;}
.m10     {margin: 10px;}
.vbot   {vertical-align: bottom}

.b_g { background: #EEEEEE;}
.b_lt {background: #d3e0ea}

#button {
      padding: 0 0 0 0;
      font-family: 'Trebuchet MS', 'Lucida Grande',
      Verdana, Lucida, Geneva, Helvetica, 
      Arial, sans-serif;
      background-color: #ACCBE0;
      color: #333;
      }
#button ul {
      list-style: none;
      margin: 0;
      padding: 0;
      border: none;
      }
		
#button li {
	  border-top: 1px solid #90bade;
      margin: 0;
      }
#button li a {
      width: 180px;
      display: block;
      padding: 5px 5px 5px 5px;
      border-left: 10px solid #9a9a9b;
      border-right: 10px solid #accbe0;
      background-color: #1b619b;
      color: #fff;
      text-decoration: none;
      }

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;
      }
#button1 {
      padding: 0 0 0 0;
      font-family: 'Trebuchet MS', 'Lucida Grande',
      Verdana, Lucida, Geneva, Helvetica, 
      Arial, sans-serif;
      background-color: #ACCBE0;
      color: #333;
      }
#button1 ul {
      list-style: none;
      margin: 0;
      padding: 0;
      border: none;
      }
		
#button1 li {
      display: inline;
      margin: 0;
      }
#button1 li a {
      padding: 0px 5px 0px 5px;
      border-left: 10px solid #9a9a9b;
      border-right: 10px solid #accbe0;
      background-color: #1b619b;
      color: #fff;
      text-decoration: none;
      }

html>body #button1 li a {
      width: auto;
	  height: auto;
      }

#button1 li a:hover {
      border-left: 10px solid #1c64d1;
      border-right: 10px solid #5ba3e0;
      background-color: #2586d7;
      color: #fff;
      }
