
body {
	 background-color:#8C96B4;
	 text-align: justify;
	 font-family: tahoma, helvetica, arial, sans-serif;
	 font-size: 12px;
}
#main {
	  background-color:#223B79;
      width:95%;
      /*table-layout:fixed;*/
}
td {
   vertical-align:top;
}
th {
   background-color:#A3160D;
   color:#ffffff;
   text-align:center;
   font-size:1.5em;
}
td.whtbody {
        background-color:#ffffff;
}
td.nav  {
   padding-right:7px;
   padding-left:7px;
   border-right:2px;
   border-right-color:#ffffff;
   border-right-style:solid;
   color:#ffffff;
   font-weight:bold;
   text-align:center;
}
a.nav:link, a.nav:visited, a.nav:hover {
            text-decoration:none;
            color: #ffffff;
}