<style>
*
{
    font-family: arial;
    font-size: 12px;
}

/*  Main Table  */
table.main
{
    color: #000;
    background-color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
}
/*  Each of the columns on the side */
table.main #side
{
    width: 160px;
    text-align: center;
}

/*  Generic Styles  */
h1
{
    font-size: 16px;
}
h2
{
    font-size: 14px;
}
input.button
{
    background-color: #0C0;
    background-image: url('../images/grad-up.gif');
    font-weight: bold;
}


/*  Smiley holding sign */
    table.sideBlob
    {
        width: 140px;
        border: 1px solid #00CC00;
        text-align:center;
        background-color: #EEE;
        font-family: arial;
        font-size: 12px;
    }

    table.sideBlob #heading
    {
        background-color: #00CC00;
        color: #000;
        font-weight: bold;
        font-size: 14px;
        background-image: url('../images/grad-up.gif');
    }
    .sideBlob a:link, .sideBlob a:visited
    {
        color: #000;
        text-decoration: none;
    }
    .sideBlob a:hover
    {
        color: #000;
        font-weight: bold;
    }
/*  Page links */
.pageLinks a:link, .pageLinks a:visited, .pageLinks font
{
    display: inline-block;
    position: relative;
    background: url('../images/grad-up.gif') repeat-x;
    border: 1px solid #FFFFFF;
    margin: 0px;
    padding: 5px 8px;
    text-decoration:none;
    line-height:14px;
    font-weight: bold;
    font-family: arial;
    font-size: 12px;
    color: #000;    
}

.pageLinks a:hover
{
    color: #FFCC00;
    border: 1px solid #FFCC00;
    background-image: url('../images/grad-down.gif');
}
.pageLinks font
{
    color: #FFF;
    background-image: url('../images/grad-down.gif');
}

.fieldHeading
{
    font-weight: bold;
    font-size:12px;
}

.smallFont  { font-size: 9px;           }
.adBorder   { border: 1px solid #000;   }

</style>
