body
{
    color:#2a2a2a;
    font-size:11pt;
    background-image:url('/images/bg1.jpg');
}

#mainContent
{
    background-color:white;
}

#header
{
    background-image:url('/images/header.png');
    background-repeat:no-repeat;
    width:935px;
    height:71px
}

#headerText
{
    font-size:16pt;
    text-decoration:underline;
}

.pillLinks
{
    vertical-align:middle;
    font-size:11pt;
}

.pillLinks a
{
    display:block;
    background-image:url('/images/pillButton.png');
    background-repeat:no-repeat;
    height:44px;
    width:106px;
    padding:10px;
    padding-bottom:0px;
    padding-top:20px;
    text-decoration:none;
    color:#919a97;
    *padding:0;
    *height:54px;
    *padding-top:15px;
}

.pillLinks a:Hover
{
    color:orange;
    background-image:url('/images/pillButton1.png');
    background-repeat:no-repeat;
    height:34px;
    width:106px;
    padding:10px;
    padding-top:20px;
    padding-bottom:0px;
    text-decoration:none;
    color:blue;
}

.learnMoreLink
{
    text-decoration:none;
    font-weight:bold;
    font-size:14pt;
}
.learnMoreLink a:visited
{
    text-decoration:none;
    font-weight:bold;
    font-size:14pt;
}

ul li {
margin:0 0 10px 0px;
}

.arrowIcon
{
    background-image:url('/images/arrowIcon.png');
    background-repeat:no-repeat;
    background-position:top right;
    width:64px;
    height:51px;
}

.chartTitle
{
    font-size:17pt;
    color:red;
    font-weight:bold;
}

.chartText
{
    font-size:14pt;
    font-family:sans-serif, verdana;
    color:green;
}


.chart table {
border-collapse: collapse;
}
.chart td {
border: 0px solid #000;
padding: .2em .5em;
}


















.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images/buta.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/butspan.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}