footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #2f2f2f; /* Black Gray */
  color: #fff;
  text-align: center;  
}

.smallText{
	font-style:	italic;
	font-size: 8pt;
	color:gray;
}

.picture800 {
    width: 800px;
	border: None;
}

/* Style the tab */
.tab {
	float: left;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	width: 30%;
	height: 300px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	display: block;
	background-color: inherit;
	color: black;
	padding: 22px 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
	background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
	float: left;
	padding: 0px 12px;
	border: 1px solid #ccc;
	width: 70%;
	border-left: none;
	height: 300px;
	display: none;
}



* {
    box-sizing: border-box;
}

body {
  margin: 0;
}

/* Style the header */
.header {
    background-color: #f1f1f1;
    padding: 20px;
    text-align: center;
}

/* Style the top navigation bar */
.topnav {
    overflow: hidden;
	background-color: #333;	
	font-style:normal;
	font-weight: bold;
}

/* Style the topnav links */
.topnav a {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
	text-decoration: none;
	font-style:normal;
	font-weight: bold;
}

/* Change color on hover */
.topnav a:hover {
    background-color: #ddd;
	color: black;		
	font-style:normal;
	font-weight: bold;
}



.topselected{
	background-color:greenyellow; 
	color: black; 
	border:2px;	
	font-style:normal;
	font-weight: bold;
}

.selected{
	color: black; 
	font-style:normal;
	font-weight: bold;	
}

a
{
	color:gray;
	font-style:normal;
}


#KPI {
    position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    padding: 10px;
    width: 200px;
    
	border-bottom-width:10px;
	background-color:#f1f1f1;
	color:greenyellow;
	text-align: center;
	
}


.bigTextx{
	font-style:	italic;
	font-size: 24pt;
	font-weight: bolder;
	color:red;
}

.bigText1{
	font-style:	italic;
	font-size: 24pt;
	font-weight: bolder;
	color:red;
}

.bigText{
	font-style:	italic;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 36pt;
	font-weight: bolder;
	color:#333;
}
.bigText3{
	font-style:	italic;
	font-size: 24pt;
	font-weight: bolder;
	color:green;
}
.bigText4{
	font-style:	italic;
	font-size: 24pt;
	font-weight: bolder;
	color:blue;
}

