﻿body
{
    margin-top: 0px;
    background-image: none;
    color: Black;
    padding-top: 0px;
    font-family:"Lucida Sans";
    font-size: 10pt;
    background-color: White;
}
table
{
    font-size: 12pt;
    background-image: none;
    vertical-align: top;
    color: Black;
    font-family:"Lucida Sans";
    font-size: 10pt;
    background-color: transparent;
    text-align: left;
    text-decoration: none;
}
links
{
    color: Black;
    font-style: normal;
    font-weight: bold;
    font-family: "Lucida Sans";
    font-size: 10pt;
    background-color: White;
    padding: 5px;
}
.mybuttons
{
    background-color: #94268C;
    color: white;
    font-style: normal;
    font-weight: bold;
    font-family: "Lucida Sans";
    font-size: 10pt;
    width: 150px;
    cursor: pointer;
}
.myrules
{
    color: #94268C;
    height: 1px;
}
.mytable
{
    background-color: #94268C;
    color: white;
    font-style: normal;
    font-weight: bold;
    font-family: "Lucida Sans";
    font-size: 10pt;
}
.mySampleDesc
{
    background-color: White;
    color: Black;
    font-style: normal;
    font-weight: bold;
    font-family: "Lucida Sans";
    font-size: 10pt;
    width: 400px;
    border: 1px ridge #94268C; 
}
.WhiteButton
{
    background-color: White;
    color: #94268C;
    font-style: normal;
    font-weight: bold;
    font-family: "Lucida Sans";
    font-size: 10pt;
    width: 150px;
    cursor: pointer;
}