body {
background: #ff99cc;
font-family: verdana;
font-size: 10pt;
}

.main {
border: 1px solid #ff99cc;
background: #ffffff;
width: 800px;
}

table.interior {
border: 1px solid #ff99cc;
background: #ffffff;
}
table.pg {
border: 1px solid #ff99cc;
background: #ffffff;
align: right;
}

table.pg td {
border-bottom: 1px #ff99cc solid;
}

table.pg td.hed
{background-color: #ff99cc;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;
} 


.bottominfo {
font-family: verdana;
font-size: 8pt;
text-align: center;
}

a.bottomlink {
font-family:verdana;
font-size: 8pt;
color: white;
}
a:hover.bottomlink {
font-family:verdana;
font-size: 8pt;
color: white;
text-decoration: underline;
}

a:visited.bottomlink {
font-family:verdana;
font-size: 8pt;
color: white;
text-decoration: none;
}