﻿table
{
    padding: 10px;
}
body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url('images/main-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #42719F;
}
tr
{
    vertical-align: top;
}
.accordionHeader
{
    color: #FFFFFF;
    background-color: #000000;
    font-size: medium;
    font-weight: bold;
    text-decoration: none;
    border-bottom-style: groove;
    border-bottom-color: #C0C0C0;
    border-bottom-width: thin;
    border-top-style: groove;
    border-top-width: thin;
    border-top-color: #FFFFFF;
    cursor: pointer;
}
.accordionLink
{
    text-decoration: none;
    color: #FFFFFF;
}
.accordionContent
{
    background-color: #808080;
    color: #FFFFFF;
    font-size: small;
}
a:link
{
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-transform: inherit;
}
.panelFomat
{
}
.contentButton
{
    color: #800080;
    text-decoration: none;
    font-size: small;
    font-weight: bold;
}
a:visited
{
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-transform: inherit;
}
