﻿body
{ 
background-color: white;
font-family: verdana;
font-weight: normal;
font-size: 11px;
color: #2C2C2C;
margin-left:11;
margin-right:11;
padding:0;
}



a.invert:link {color: #2C2C2C; text-decoration: none; }
a.invert:visited {color: #2C2C2C; text-decoration: none; }
a.invert:hover {color: #51a8be; text-decoration: none; }
a.invert:active {color: #2C2C2C; text-decoration: none; }

a.lp:link {color: #ffffff; text-decoration: none; }
a.lp:visited {color: #ffffff; text-decoration: none; }
a.lp:hover {color: #ffffff; text-decoration: none; }
a.lp:active {color: #ffffff; text-decoration: none; }


table
{
text-align: left;
font-family: verdana;
font-weight: bold;
font-size: 11px;
border-width: 1px;
border-style: solid;
border-color: #2C2C2C;
border-collapse: collapse;
}



td
{
text-align: center;
font-family: verdana;
color: #ffffff;
font-size: 11px;
padding:5;
border: none;
border-collapse: collapse;
VERTICAL-ALIGN: top;
background: #2C2C2C;
}

td.invert
{
text-align: left;
font-family: verdana;
color: #2C2C2C;
font-size: 11px;
border: none;
border-collapse: collapse;
VERTICAL-ALIGN: top;
background: none;
}

th
{
text-align: center;
font-family: verdana;
font-weight: bold;
font-size: 20px;
color: #ffffff;
height:40px;
background: #2C2C2C;
border: none;
border-collapse: collapse;
background:#2C2C2C;
}

th.invert
{
text-align: center;
font-family: verdana;
font-weight: bold;
font-size: 17px;
color: #2C2C2C;
background: #ffffff;
border: none;
border-collapse: collapse;
background:#ffffff;
}

.outer {width:200px; background: #ddddee;}
 
.middle {background: #aabbbb;}
 
.inner {background: #777788;}
 
.middle, .inner {
  width:200px;
  height:auto;
  position: relative;
  left: -2px;
  top: -2px;
  }