/* Styles common to site */

a {
    color:  #0000ff;
    text-decoration: underline;
}

a:hover {
    color: #ff0066;
}

a.menulink
{
    color: #3366cc;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}

a.menuSelected
{
    color: #003399;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}


body {
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    margin: 0px;
}


hr.bottom {
    color: #000099;
    margin-top: 15px;
    width: 75%;
}


li {
    color: #000099;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    margin-bottom: 10px;
    margin-left: 15px;
}


p {
    color: #000099;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    margin-left: 15px;
    margin-right: 25px;
}

p.subtitle {
    color: #006666;
    font-family: Arial, sans-serif;
    font-size: 18pt;
    font-style: italic;
    margin: 15pt;
    margin-top: 40pt;
}


table.main {
    background-color: #ffffff;
    width: 770px;
}


td.footer
{
    color: #000099;
    font-family: Arial, sans-serif;
    font-size: 8pt;
    padding-bottom: 20px;
    text-align: center;
}

td.header {
    background-color: #006666;
    background-image: url("../images/headbg3.gif");
    background-repeat: no-repeat;
    height: 90px;
    text-align: left;
    width: 698px;
}

td.headerimg {
    background-color: #ccccff;
    background-image: url("../images/trigPoint1d.gif");
    background-repeat: no-repeat;
    border: none;
    width: 76px;
}

td.menu {
    background-color: #ffffcc;
    border-color: #006666;
    border: groove;
    border-left: none;
    border-top: none;
    border-width: thin;
    text-align: center;
    width: 20%;
}

/* For left-most items */
td.menu1 {
    background-color: #ffffcc;
    border: groove;
    border-color: #006666;
    border-top: none;
    border-width: thin;
    text-align: center;
    width: 20%;
}

/* For left-most items  */
td.menu1selected {
    background-color: #ffffff;
    border: groove;
    border-color: #003333;
    border-top: none;
    border-width: thin;
    text-align: center;
    width: 20%;
}

td.menuselected {
    background-color: #ffffff;
    border: groove;
    border-color: #003333;
    border-left: groove;
    border-top: none;
    border-width: thin;
    text-align: center;
    width: 20%;
}

td.normal
{
    color: #000099;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    margin-left: 5pt;
    padding-top: 20px;
    vertical-align: top;
}

td.subtitle
{
    vertical-align: top;
    width: 160px;
}


tr.body {
    height: 400px;
}

tr.header {
    height: 90px;
    padding: 0;
}

tr.menu {
    height: 4px;
}

