*{
   font-size: 14px;
   color: black;
   font-family: verdana, arial;
}

v\:* {
      behavior:url(#default#VML);
    }


body{
  background-color: #999999;
}


h1{
  font-size: 18px;
  text-align: left;
}

div.title{
  border-bottom: 1px solid black;
  font-size: 16px;
  font-weight: bold;
}

div.date{
  font-size: 10px;
/*  border-left: 1px solid black;
  border-right: 1px solid black; */
  text-align: right;
  /*background-color:  #FFFFFF; */
}

div.message{
  /*border: 1px solid black;*/
  /*padding-left: 10px;
  padding-right: 10px;*/
  padding-bottom: 35px;
  /*background-color: #CCFFCC;*/
}

table.main{
  border: 1px solid black;
  width: 780px;
  border-collapse:	collapse;
}



td.header{
  height: 200px;
  background-image: url(../src/header2.jpg);
}

td.menu{
  /* border: 1px solid black; */
  width: 25%;
  text-align: center;
  font-size: 18px;
  color: white;
  background-color: #212C40;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

a.menulnk{
  color: white;
  font-size: 18px;
  text-decoration: none;
}

a.menulnk:visited{
  color: white;
  font-size: 18px;
  text-decoration: none;
}

td.content{
  padding: 20px;
  background-color: #FFFFFF;
  text-align: left;
}

td.footer{
  border-top: 1px solid black;
  font-size: 10px;
  text-align: center;
  color: white;
  background-color: #212C40;
}
