h1 {
  font-size: 48px;
  /*color: white;*/
}
body {
   background: #D9ECFA;
   font-family: arial, verdana, helvetica, courier
   margin: 0;  padding: 0;
}
a {
   color: #C75E3E;
}
h2 a {
   color: #900;
}


div.stripe {
   padding: 30px 0;
   text-align: center;
   background-color: #494949;
}

div.middleentire {
   width: 80%;
   text-align:left;
   margin: 15px;
}
div.middleentire p {
   color: #white;
}
div.middleentire table {
   width:90%;
   padding: 0;
   margin: 0;
   border-width: 3px;
   font: italic;
   margin-left:auto;
   margin-right:auto;
}

div.middleentire table caption {
   padding: 0 0 5px 0;
   width: 90%;
   font: italic 11px  Verdana, Arial, Helvetica, sans-serif;
   color: white;
   text-align: right;
}

div.middleentire table th {
   font: bold 11px  Verdana, Arial, Helvetica, sans-serif;
   color: #4f6b72;
   border-right: 1px solid #C1DAD7;
   border-bottom: 1px solid #C1DAD7;
   border-top: 1px solid #C1DAD7;
   letter-spacing: 2px;
   text-transform: uppercase;
   text-align: left;
   padding: 6px 6px 6px 12px;
   background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

div.middleentire table th.nobg {
   border-top: 0;
   border-left: 0;
   border-right: 1px solid #C1DAD7;
   background: none;
}

div.middleentire table td {
   border-right: 1px solid #C1DAD7;
   border-bottom: 1px solid #C1DAD7;
   background: #fff;
   padding: 6px 6px 6px 12px;
   color: #4f6b72;
}


div.middleentire table td.alt {
   background: #F5FAFA;
   color: #797268;
}

div.middleentire table th.spec {
   border-left: 1px solid #C1DAD7;
   border-top: 0;
   background: #fff
   font: bold 10px  Verdana, Arial, Helvetica, sans-serif;
}

div.middleentire table th.specalt {
   border-left: 1px solid #C1DAD7;
   border-top: 0;
   background: #f5fafa
   font: bold 10px  Verdana, Arial, Helvetica, sans-serif;
   color: #797268;
}
