body {
  background-color: #8E95A0; 
  font: 12px  'Lucida Grande', Verdana, Arial;
  color: rgb(232,232,236);
}

tr.odd
{
  background-color: #717882;
}

td.odd
{
  background-color: #717882;
}

p, ul, ol {
  font-size: 11px;
}

th {
font-size: 13px;
}

td {
font-size: 13px;
vertical-align: top;
}

td.vbottom {
  vertical-align: bottom;
}

table {
  border: outset 0;
}

td {
  border: inset 0;
}

a:link, a:visited
{
  color: rgb(255,255,255)
}

a:hover
{
  color: rgb(0,0,0)
}

img {
  border 0;
}


