#body_table
{
 width: 100%;
 height: 240px;
}

#body_cell
{
 height: 240px;
 border: solid;
 border-width: 0px 0px 0px 0px;
 border-color: rgb(40,22,111);
}

#partial_logo_cell
{
 vertical-align: top;
 height: 240px;
 background-color: rgb(255,255,255);
 background-repeat: repeat-x; 
}

#partial_logo
{
 margin: 30px 0 0 30px;
}

#text_cell
{
 height: 240px;
 background-color:white;
 color: rgb(40,22,111);
 font-family: arial, sans-serif;
 font-size: 100%;
 padding: 0% 0%;
 text-align: center;
}

