
body {
  background-image:                   url( "../images/gradient_teal.gif" );
  background-repeat:                  repeat-x;
  background-color:                   #C8EAE9;
  }

  
          .Header
        {
            font-family: Arial Narrow;
            font-size:21px;
			color:#577DB8;
            font-weight: bold;
        }
        .TitleHeader
        {
            font-family: Arial Narrow;
          
            font-weight: bold;
			font-size:15px;
            text-decoration: underline;
			line-height: 2em;
            color: Black;
        }
		
.hightlightbg
 {
     background-color: #ECF7F6;
     height: 30px;
 }