
body
        {
    padding: 0px;
    margin: 0px;
    background-color: #E6E6E6;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.page
{
    padding: 0px;
    margin: 6px auto 0 auto;
    width: 99%;
    border-style: solid;
    border-width: 1px 1px 2px 1px;
    border-color: #6B6B6B;
    background-color: #F8F8F8;
}


h3 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 2px;
    margin-bottom: 0px;
}

.menu
{
    font-size: 13px;
    font-weight: bold;
    color: #990000;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #BE3267;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.headerTxt
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-right: 24px;
    margin-left: 24px;
    text-align: right;
    margin-top: 0px;
}

.footer
{
    padding-bottom: 16px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}

.date
{
    font-size: 11px;
    font-style: italic;
    position:absolute;
    right:4px;
}
.ourProducts
{
    float: right;
    width: 200px;
    border-bottom: 1px solid #A9C7BD;
    margin:5px 6px 0;
}

.menuItemsLeft {
    float: left;
    width: 200px;
    border-bottom: 1px solid #A9C7BD;
    margin:5px 6px 0;
}

.menuItem {
    cursor:pointer;
}
.menuItemOver {
	cursor:pointer;
	background:url('images/button_over.png');
}
.productMenuHeader
{
    font-size: 12px;
    text-align: center;
    margin: 0px;
    padding: 2px;
}
a
{
    text-decoration: underline;
    color: #990000;
}
a:hover
{
    text-decoration: none;
    color: #800000;
}
a.banner:link {
	color: #722C2B;
}
a.banner:visited {
	color: #722C2B;
}
a.banner:hover {
	text-decoration: underline;
	color: #AAFFC4;
}
