﻿       body{
            font-size:10pt;
            font-family:Verdana;
            color: #000000;
        }
   input, select {
        font-size:10pt;
        font-family:Verdana;
   }
   
    .MainPageTitle {
        color:#ffffff;
        background-color:#880000;
        font-size:11pt;
        font-weight:bold;
        font-family:Verdana;
        text-align:center;
        height:23px;
        padding-top:3px;
        width:auto;
    }
        .storeName {
            position:absolute;
            text-align:center;
            font-size:32pt;
            font-weight:bold;
            font-family:Verdana;
            color:#ffffcc;
        }
        .storeInfo {
            font-size:10pt;
            font-weight:normal;
            font-family:Verdana;
            color:#000000;
        }
        #TopDiv{
            position:relative;
            margin-left:0px;
            width:100%;
            height:auto;
            text-align:center;
            color:#000000;
        }
        .PageTitle {
            color:#ffffff;
            background-color:#880000;
            font-weight:bold;
            font-size:12pt;
            font-family:Verdana;
            padding:3px 0px 3px 0px;
        }
        a {
            color:#cc0000;
        }
        a.menu {
            font-size:11pt;
            font-weight:bold;
            font-family:Verdana;
            color:#ffffff;
            text-decoration:none;
        }
        a.menu:hover {
            background-color:#880000;
        }
        
        a.nochange {
            color:#cc0000;
            font-size:10pt;
            font-weight:bold;
        }
        a.nav{
            font-size:11pt;
            font-weight:bold;
            font-family:Verdana;
            color:#ffffff;
            background-color:transparent;
            text-decoration:none;     
        }
        a.nav:hover {
            background-color:#880000;
        }
        a.link {
            font-size:10pt;
            font-weight:bold;
            font-family:Verdana;
            color:#cc0000;
            background-color:transparent;
        }
        a.link:hover{
            color:#ffffff;
            background-color:#880000;
        
        }
        
        .nav{
            font-size:11pt;
            font-weight:bold;
            font-family:Verdana;
            color:#ffffff;
            background-color:transparent;
            text-decoration:none;     
            width:180px;      
            margin-top:10px;         
        }
        .nav:hover {
            background-color:#880000;
        }