a:link    { color : #CC0000; text-decoration : underline; }
a:visited { color : #CC0000; text-decoration : underline; }
a:hover   { color : #FF0000; text-decoration: underline; }


body{
 margin: 0;
 padding:0;     
 line-height: 1.1;
 background: #FFFFFF;
 color: #333333;
 font-family: "Trebuchet MS",serif;
 }

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

    #tabsK {
      float:left;
      width:100%;
      background:#eeeeee;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #54545C;
      }
    #tabsK ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsK li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsK a {
      float:left;
      background:url("tableftK.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsK a span {
      float:left;
      display:block;
      background:url("tabrightK.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsK a span {float:none;}
    /* End IE5-Mac hack */
    #tabsK a:hover span {
      color:#FFF;
	  background-position:100% -42px;
      }
    #tabsK a:hover {
      background-position:0% -42px;
      }
    #tabsK a:hover span {
      background-position:100% -42px;
     }
	

/*--------------------end menu tabs*/
	 
#header {
 width: 100%;
 height: 120px;
 margin: 0px 0px 0px 0px ;
 float: left;
 color: #333333;
 background:#eeeeee;
 padding: 5px 0 0 10px;
 border: solid #333333;
 border-width: 0px 0px 0px 0px;
 }
 
#left{
 background: #FFFFFF;
 color: #333333;
 margin-right: 190px;
 padding: 0 0 0 10px;
}

#inner{
 width: 100%;
 float: left;
 margin-right: -190px;
}

#right{  
 width: 150px;
 float: right;
 background: #eeeeee;
 color: #333333;
 border: solid #333333;
 border-width: 1px 1px 1px 1px;
 padding: 0 0 0 2px;
 margin: 0 0px 0 0;
}

div.float {
  float: right;
}

div.center { 
 text-indent: 0em;
}

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.name{
  float: left;
  width: 25%;
  text-align: left;
  }

div.row span.value {
  float: right;
  width: 75%;
  text-align: left;
} 

img.top {vertical-align:text-top}
img.bottom {vertical-align:text-bottom}
img.middle {vertical-align:text-middle}


