body {
	background: #818e4e;

}

table.blueTable {
	border: 0px solid #818e4e;
	background-color: #EEEEEE;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
  }
  table.blueTable td, table.blueTable th {
	border: 0px solid #AAAAAA;
	padding: 1px 2px;
  }
  table.blueTable tbody td {
	font-size: 13px;
  }

  table.blueTable thead {
	background: #1C6EA4;
	background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
	background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
	background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
	border-bottom: px solid #444444;
  }
  table.blueTable thead th {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	border-left: 0px solid #D0E4F5;
  }
  table.blueTable thead th:first-child {
	border-left: none;
  }
  
  table.blueTable tfoot {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #dba5c9;
	background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
	background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
	background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);

  }
  table.blueTable tfoot td {
	font-size: 20px;
	padding: 0px;
	margin-left: 30%;
	background-color: #818e4e;
  }
  table.blueTable tfoot td.links {
	text-align: center;
	padding: 2px;
  }
  table.blueTable tfoot .links a{
	position: relative;
	display: inline-block;
	background: #c1946a;
	color: #FFFFFF;
	padding: 0px 0px;
	border-radius: 5px;
	width: 80%;
	text-decoration: none;
  }

table.blueTable tfoot td.links a:hover{
  color: #683b09;
  width: 90%;

}
  div.blueTable {
	width: 400;
	left: 200;
	margin:0 auto;
  }
 #container{
	width: 90%;
	margin: auto;
	padding: 0px;
  }
  #container h2{
	text-align: center;
	padding: 1px;
	margin: 8px;
	font-size: 18;
	color: #683b09;
	text-shadow: black;
  }
  h2 a{
	text-decoration: none;
	color: #683b09;
  }
  h2 a:hover{
	text-decoration: none;
	color: #ffffff;
  }  a{
	text-decoration: none;
	color: #09360b;
  }
  a:hover{
	text-decoration: none;
	color: #ffffff;
  }