  #header_bg {
    color: #FEFEFE;
    background-color: #2277CC; /* C */
		border-bottom: #00488F 4px solid; /* A */
  }  
  
  .title, h1 {
    color: #2277CC; /* B */
  	border-bottom: #2277CC 2px solid; /* B */
  }
  
  .subtitle, h2 {
  	border-bottom: #2277CC 1px solid; /* B */
    color: #FEFEFE;
  }
  
  
  .coloredtable {
    border-left: #2277CC 1px solid; /* C */
    border-top: #2277CC 1px solid; /* C */
  	color: black;
  }
  
  
  .coloredtable thead td {
    border-bottom: #2277CC 1px solid; /* C */
    border-right: #2277CC 1px solid; /* C */
  	background: #AADDFF; /* E */
  	color: #000000;
  }
  
  .coloredtable td {
    border-bottom: #2277CC 1px solid; /* C */
    border-right: #2277CC 1px solid; /* C */
  	background: #DDF3FF; /* F */
  	color: black;
  }
  
  
  .coloredtable thead th , .coloredtable .coloredtableheader1 {
    border-bottom: #2277CC 1px solid; /* C */
    border-right: #2277CC 1px solid; /* C */
  	background: #6BB4FF; /* D */
  	color: #000000;
    font-weight: bold;
  }
	
	#footer {
	  margin-top: 25px;
	  border-top: #2277CC 1px solid; /* C */
		padding-top: 25px;		
	}
