body {
  position: relative;
}

.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
}

.navbar {
  margin-bottom: 0px;
}

.affix ~ .container {
  position: relative;
  top: 70px;
}

.header {
  height: 180px;
  margin: 0px;
  padding: 0px;
  padding-top: 12px;
  background: #BBBBFF;
  color: #000000;
}

.header a {
  color: #202080;
  font-weight: bold;
}

.header a:hover {
  color: #4040A0;
}


table
{
	margin: 0px;
	border: none; 
	padding:10px 5px 10px;
	!background-color: #CCCCFF;
    color: black;
}
td, th
{
	padding:10px 5px 10px;
	text-align:left;
}
th
{
	!background: #CCCCFF;
}
td
{
	!background: #EEEEFF;	
}
ul
{
	list-style-type: square;
	list-style-position: inside;
	padding: 5px 5px 5px;
}
li
{
}



