BODY
{
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #91bdce;
    color: #0e2739;
    background-image: url(../images/bg_body.gif);
    background-repeat: repeat-x;
}

TABLE#main
{
    background-image: url(../images/bg_table.gif);
    background-position: center top;
    background-repeat: no-repeat;
}

.productDetails
{
    text-decoration: none;
    font-weight: bold;
    color: #6A8AA2;
}

.subTotals
{
    font-size: 11pt;
    text-decoration: none;
    font-weight: bold;
    color: #6A8AA2;
}
.subTotalValues
{
    font-size: 11pt;
    text-decoration: none;
    font-weight: bold;
    color: #AE0000;
}
.TotalInWords
{
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
    color: #AE0000;
}
TotalInWordsMessage
{
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
    color: #6A8AA2;
}

A
{
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

A:HOVER
{
    color: #2f1b06;
}

.backLink
{
    font-size: 8pt;
    font-weight: bold;
    color: Black;
    text-decoration: underline;
}
.loginLink
{
    font-size: 8pt; 
    color:Black;
    text-decoration: underline;
    font-weight: normal;
}

P
{
    font-size: 8pt;
}

.footerMenu
{
    font-size: 7pt;
    text-decoration: none;
    font-weight: normal;
    color: #000;
}

.footerMenuWhite
{
    font-size: 7pt;
    text-decoration: none;
    font-weight: normal;
    color: #FFF;
}

.devCompanyDetails
{
    font-size: 7pt;
    font-weight: normal;
    color: #000;
    display:inline;
    text-decoration:underline;
}

H1
{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18pt;
}

H4
{
    font-size: 12pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

H3
{
    font-size: 12pt;
    color: #91bdce;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}


TD
{
    font-size: 8pt;
}

TD#menu
{
    padding-top: 250px;
    padding-left: 150px;
    text-align: right;
    padding-right: 30px;
}



TD#menu ul
{
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    margin: 0 0 0 0;
    padding: 0 0 0 5px;
}

TD#menu li
{
    display: inline;
    list-style-type: none;
    color: #fff;
}

TD#menu li a
{
    color: #fff;
}

TD#menu li a:hover
{
    color: #000;
}

TD#text_index
{
    padding: 15px;
    text-align: left;
}

TD#shadow_top
{
    background-image: url(../images/shadow_top.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 10px;
}

TD#shadow_left
{
    background-image: url(../images/shadow_left.png);
    background-position: top left;
    background-repeat: repeat-y;
    width: 9px;
}

TD#content
{
    background-color: #fff;
    width: 800px;
    padding: 10px 10px 10px 10px;
    text-align: center;
}

TD#shadow_right
{
    background-image: url(../images/shadow_right.png);
    background-position: top right;
    background-repeat: repeat-y;
    width: 9px;
}

TD#shadow_bottom
{
    background-image: url(../images/shadow_bottom.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 96px;
    padding: 5px 0 0 0;
    vertical-align: top;
    text-align: center;
}

TD#shadow_bottom p
{
    padding: 0 0 0 0;
    font-size: 7pt;
    vertical-align: top;
}

LI#nolink
{
    color: #ffbf00;
    font-weight: bold;
}

DIV#formcontainer
{
    width: 390px;
    margin-left: 20px;
    margin-top: 20px;
}

DIV#formcontainer form label
{
    font-size: .6em;
    float: left;
    width: 120px;
}
DIV#formcontainer div.clearfix
{
    border-top-color: #c0c0c0;
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.grid-view
{
    width: 100%;
    background-color: #91bdce;
    margin: 5px 0 10px 0;
    font-weight: 100;
    font-size: small;
    color: #ffffff;
    height: 80;
    border: 1;
}

.breadcrumb
{
    font-size: 12pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: Black;
}

.test
{
    text-align: right;
}



