/*
    Document   : STcss.css
    Created on : Nov 23, 2009, 11:17:44 PM
    Author     : Young Technology Group:  Barney Young, Jr.
    Description:
        Lenox Cupcakes StyleSheet
*/

body    {
        background-image: url(../images/stripe_bkgd.gif);
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;}

.TableSpacer    {
        width: 52%;
        height: auto;
        background-color: white;
        margin-left: 24%;
        margin-right: 24%;
        text-align: center}

.TDSpacer {
    width: 52%;
    vertical-align: top;
}

.HZRule {
    width: 100%;
}

.FooterStyle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: small;
        color: #663300;}

.style1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: smaller;
        color: #663300;}

.style2
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #4A2500;
    }

.style3
    {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #CA6131;
    }

.style4
    {
        font-family: Arial, Helvetica, sans-serif;
        color: #4A2500;
        font-size: 9px;
    }

.style5
    {

        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #663300;
        font-size: 18px;
    }
    
a:active
    {
        color: #4A2500;
    }

a:link
    {
        color: #F5989E;
    }
    
a:visited
    {
        color: #4A2500;
    }

a:hover
    {
        color: #4A2500;
    }

.BG1
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: smaller;
        color: #663300;
        text-align: right;
    }
    



    