body{
  color:black;
  border:none;
  margin:0px;
  padding:0px;  
}

h1{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  Font-Size:24px;
  text-align:center;
}

h2{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  Font-Size:18px;
  color:blue;
}

h3{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  Font-Size:14px;
}

.main_table{
  width:100%;
  border: none;
}

tr{
  width:100%;
}

#cell1{
  width:100%; 
  text-align:center;
  background-color: blue; 
  color: white; 
}

#cell2{
  background-color:blue;
  text-align:center;
}

c3, #cell3{
  width:160px; 
  text-align:center;
  vertical-align:top;
}

#cell4{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  Font-Size:12px;
  width: 100%;
  border: 0;
  vertical-align: top;
  background-color: white;
  #padding: 0;
  padding: 12px;
}

#cell5{
  text-align:center;
  background-color:#cccccc;
}

.date_info{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  Font-Size:12px;
  width: 100%;
  border: 0;
  text-align:center;
  display:block;
  font-size:10px;
  font-style:italic
} 

/*---- The Main Content ----*/
 
.content,.fartgas{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  Font-Size:12px;
  width: 100%;
  border: 0;
  vertical-align: top;
  text-align: left;
  background-color: white;
  padding: 0em;
}


/*---- Alert Colors ----*/
.warning
{
  BACKGROUND-COLOR: #FFFF00;
}
.conflict
{
  BACKGROUND-COLOR: #ff0000;
}
.green
{
  BACKGROUND-COLOR: #00ff00;
}
/*---- Odd / Even cells ----*/
.MyOdd
{
  BACKGROUND-COLOR: #fefefe;
}
.MyEven
{
  BACKGROUND-COLOR: #cccccc;
}

