/* CSS Document */

body{
background-image:url(../images/background_tile.gif);
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
	color: 333333;
}

table.hdr {
width: 100%;
height: 158px;
background-color: #ffffff;
border-bottom: 8px solid #A4C3E2;
margin: 0px;
padding: 0px;
}

table.header{
width: 100%;
background-color: #ffffff;

}

table.body{
width: 100%;
background-color: #669ACC;

}