
div.page-header{
	color: #FFFFFF;
	background-color: #3366cc;
}

div.page-footer{
	background-color: #CCCCCC;
}

.navbtn{
	background-color: #008CBA;
}

.back-image {
  background-image: url("../img/Logo2.png"); /* The image used */
  height: 800px; /* You must set a specified height */
  background-position: Top; /* Top */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}


.tablereport{
	border: 1px solid black;
}