.KmCounter{
	display: table; /* keep the background color wrapped tight */
    margin: 0px auto 0px auto; /* keep the table centered */
    padding:5px;
	font-size:20px;
	background-color:#B8BE50;
	color: darkgreen;
	}

/* Navbar container */
.navbar {
    overflow: hidden;
    background-color: #B8BE50;
    font-family: Arial, Helvetica, sans-serif;
}

/* Links inside the navbar */
.navbar a {
    float: left;
    font-size: 1.0em;
    color: darkgreen;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	
}

/* Dropdown Button */
.dropdown {
    float: left;
    overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
    cursor: pointer;
    font-size: 1.0em;   
    border: none;
    outline: none;
    color: darkgreen;
    padding: 14px 16px;
    background-color: #B8BE50;
    font-family: inherit;	/* Important for vertical align on mobile phones */
    margin: 0;				 /* Important for vertical align on mobile phones */
	font-weight: bold;
}

/* Add a background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
    background-color: #B8BE50;
	color: white;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #B8BE50;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown menu */
.dropdown-content a {
    float: none;
    color: darkgreen;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
	
}

/* Add a grey background color to dropdown links on hover  #ddd */
.dropdown-content a:hover {
    background-color: #B8BE50;
	color: white;
}

/* Show the dropdown menu on hover */
.show {
    display: block;
}


/* unvisited link */
a:link {
    color: darkgreen;
	text-decoration: none;
	font-size: 1.0em; /* 14px/16=0.875em */
	
}

/* visited link */
a:visited {
    color: darkgreen;
	text-decoration: none;
	font-size: 1.0em; /* 14px/16=0.875em */
	
}

/* mouse over link */
a:hover {
    color: white;
	background-color: #B8BE50;
	text-decoration: none;
	font-size: 1.0em; /* 14px/16=0.875em */
	font-weight: bold;
}

/* selected link */
a:active {
    color: #B8BE50;
	text-decoration: none;
	font-size: 1.0em; /* 14px/16=0.875em */
	font-weight: bold;
}

h1 {
    color: darkgreen;
	font-family:  Tahoma, Arial;
}
h2 {
    color: darkgreen;
	font-family:  Tahoma, Arial;
}
h3 {
    color: darkgreen;
	font-family:  Tahoma, Arial;
}
h4 {
    color: darkgreen;
	font-family:  Tahoma, Arial;
}
h5 {
    color: darkgreen;
	font-family:  Tahoma, Arial;
}

table{
	font-family:  Tahoma, Arial;
	font-size: 1.0em; /* 12px/16=0.75em */
	text-align: left;
 }
 
p{
	font-family:  Tahoma, Arial;
	font-size: 1.0em; /* 14px/16=0.875em */
	text-align: left;
 }
 
/* General settings for body*/
body{
margin: 0;
padding: 0;
border: 0;
overflow: auto;
height: 100%; 
max-height: 100%;
font-family:  Tahoma, Arial;
font-size: 1.0em; /* 14px/16=0.875em */
background-color: #B8BE50;
}

/* Settings for menu and title*/

#framecontentTop{ 
left: 0; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 40px; /*Height of top frame div*/
overflow: scroll; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: darkgreen;
color: black;
}

/* Settings for center viewer*/
#maincontent{
position: fixed; 
left: 0; /*Set left value to WidthOfLeftFrameDiv*/
top: 45px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow: hidden; 
background-image: url("../images/6061.jpg");
color: black;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 40px 0 0 0; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}