@charset "UTF-8";
/* * * *  CSS Document 

   ========================================================================== */
/* * * *  BAND STYLES
   ========================================================================== */
.band-headers {
  background-color: #0085CA;
  padding: 10px;
	
}

.band-alt1 {
  background-color: #F6F6F6;
  padding: 10px;
	border-bottom: 1px solid #9a9a9a;
	
}

.band-alt12 {
  background-color: #E6E6E6;
  padding: 10px;
	border-bottom: 1px solid #9a9a9a;
	
}

.band-alt-r {
	border-right: 1px solid #9a9a9a;
	}

.band-alt-tr {
	border-right: 1px solid #FFFFFF;
	}


/* * * *  TYPE STYLES 
   ========================================================================== */
.gridhead {
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #FFFFFF;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  line-height: 1.0;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 5px;
}

.gridfill {
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #252525;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 30px;
  margin-top: 0px;
  margin-left: 5px;
}