﻿body
{
font: 12px Arial, sans-serif;
color: #000;
}
p
{
font: 12px Arial, sans-serif;
color: #000;
margin: 0 0 12px;
}
table.main
{
width: 100%;
height: 100%;
border-bottom: 6px solid #9E0C0C;
border-top: 6px solid #9E0C0C;
}
table.content
{
border-top: 1px solid #E9E9E5;
border-bottom: 1px solid #E9E9E5;
}
#logo {
width: 272px;
float: left;
}
#logo img {
margin: 18px 0 18px 44px;
}
#footer {
padding: 10px 52px 0 21px;

width: auto;
float: none;
background: inherit;
border-bottom: 0;

}

.content td, .content th {
font: 12px Arial, sans-serif;
vertical-align: top;
border-bottom: 0;
}

.content td p {
margin: 0 0 12px;
}

table.tblFormatted {
width: 100%;
margin: 20px 0 30px;
border-collapse: collapse; 
}
table.tblFormatted td.w25 {
width: 25%;
}
table.tblFormatted td.w75 {
width: 75%;
}
table.tblFormatted td, table.tblFormatted th {
font: 12px Arial, sans-serif;
padding: 10px 5px 10px 0;
vertical-align: top;
border-bottom: 1px solid #E9E9E5;
}
table.tblFormatted th {
font-weight: bold;
padding: 10px 3px;
}

table.sample td.name p {
font: bold 11px Tahoma, sans-serif;
color: #999;
border-right: 1px solid #E9E9E5;
background-color: #F8FAED;
}