.mainlinks
{
    font-family: verdana;
    font-size: 10px;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.sidelinks_red
{
    font-family: Verdana;
    font-size: 11px;
    color: #ED1C24;
    text-decoration: none;
}

.popuptitle
{
    font-family: Verdana;
    font-size: 14px;
    text-decoration: none;
    color: #F9F9F9;
    font-weight: bold;
}

.popuptext
{
    text-decoration: none;
    font-family: Verdana;
    font-size: 10px;
    color: #F9F9F9;
}

.lightbox
{
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
}

.darkbox
{
    font-family: Verdana;
    font-size: 10px;
    color: #F9F9F9;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: bold;
}

.linkright_header
{
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
}

.linkright
{
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
    color: #333333;
}

.toplinks
{
    font-family: Verdana;
    font-size: 10px;
    color: #9A9A9A;
    text-decoration: none;
}

.activelink
{
    font-family: verdana;
    font-size: 11px;
    color: #ED1C24;
    text-decoration: none;
}

.formtext
{
    font-family: verdana;
    color: #000000;
    text-decoration: none;
    font-size: 9px;
}

.sidelinks_inactive
{
    font-family: verdana;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}

.headtext
{
    font-family: verdana;
    font-size: 21px;
    color: #F9F9F9;
}

.mytext
{
    font-family: verdana;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}

.sidelinks_active
{
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    font-family: Verdana;
}
h1
{
    margin: 0;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    color: #333333;
    word-spacing: 0;
}

h2
{
    margin: 0;
    font-family: Verdana;
    font-size: 11px;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
    word-spacing: 0;
}

h1
{
    font-family: Verdana;
    font-size: 11px;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}



/* dk added */

.imgBorder
{
    display: block;
    margin: auto;
    padding: 2px;
    border: 1px solid #666666;
    background-color: #ffffff;
}

.conSpacer
{
    width: 100%;
    height: 20px;
}

.conMain
{
    width: 95%;
    border-top: 4px solid #e6e6e6;
    border-left: 2px solid #e6e6e6;
    margin: 0 auto;
}

.plainButton
{
    border: 0;
    padding: 2px;
    border: 1px solid #b4b4b4;
    vertical-align: top;
    background-color: #e6e6e6;
    font-family: "Verdana" , "Geneva" , sans-serif;
    color: #666666;
}

.plainButton:hover
{
    border: 0;
    padding: 2px;
    border: 1px solid #b4b4b4;
    vertical-align: top;
    background-color: #FFF;
    font-family: "Verdana" , "Geneva" , sans-serif;
    color: #666666;
}



/* Form Related */

.frmRight30
{
    text-align: right;
    height: 30px;
}

.frmLeft30
{
    text-align: left;
    height: 30px;
}



/* Table Stuff */

.left
{
    text-align: left;
}

.right
{
    text-align: right;
}



/* Middle Block-Like Stuff */

.blockSpacer
{
    width: 100%;
    height: 30px;
}

.blockMain
{
    width: 95%;
    margin: 0 auto;
    border-top: 4px solid #e6e6e6;
    border-left: 2px solid #e6e6e6;
}

.blockInnerLeft
{
    float: left;
    width: 200px;
    height: 100%;
}

.blockInnerRight
{
    float: right;
    width: 300px;
    height: 100%;
}

.blockLeftImage
{
    display: block;
    margin: auto;
    padding: 2px;
    border: 1px solid #666666;
    background-color: #ffffff;
}

