button {
    font: 12px arial;
}

select {
    font-size: 14px;
    font-family: arial;
}

a:link, a:visited {
    color: navy;
}

a:hover {
    font-weight: bold;
}


        body {
            margin: 0;
            padding: 0;
            font: 12px arial;
        }
        #navbar, #navbar2 {
            color: white;
        }
        #navbar a:link, #navbar a:visited {
            color: white;
            font-weight: normal;
        }
        #navbar a:hover {
            color: white;
            font-weight: bold;
        }
        #navbar2 {
            font-size: 11px;
            height: 20px;
            line-height: 20px;
        }
        #navbar2 a:link, #navbar2 a:visited {
            color: white;
            font-weight: bold;
            text-decoration: underline;
        }
        #navbar2 a:hover {
            color: white;
            font-weight: bold;
            text-decoration: none;
        }
        .num {
            color: white;
            font-weight: bold;
        }


.center {
    text-align: center;
}

.num {
    font-weight: bold;
}

.num2{
    color: navy;
    font-weight: bold;
}

.text1 {
    color: navy;
    font-size: 12px;
}

.text2 {
    color: navy;
    font-size: 14px;
}

.navy {
    color: navy;
}

.green {
    color: #008800;
}

.blue {
    color: #0000ff;
}

.dark {
    font-weight: bold;
    font-size: 14px;
    color: black;
}

.maroon {
    color: #880000;
}

h1 {
    color: navy;
    font-size: 20px;
    margin: 0 0 20px 0;
}

#body {
   padding: 10px;
   width: 100%;
}

.navy {
    color: navy;
}

.red {
    color: #c00;
}

.black {
    color: #000;
}

.sz12 {
    font-size: 12px;
}

.sz14 {
    font-size: 14px;
}

.18px {
    font-size: 18px;
}

.bold {
    font-weight: bold;
}

.navybg {
    background: #002879;
    border: 1px solid black;
    color: white;
    padding: 5px;
}

.yellowbg {
    background: yellow;
    border: 2px solid navy;
    color: black;
    padding: 5px;
}

.yellowbg a:link, .yellowbg a:visited {
    color: navy;
    font-weight: bold;    
    text-decoration: underline;
}

.yellowbg a:hover {
    color: navy;
    font-weight: bold;    
    text-decoration: none;
}

.skybg {
    background: #0066FF;
    border: 1px solid black;
    color: white;
    padding: 5px;
}


.maroonbg {
    background: #770001;
    border: 1px solid black;
    color: white;
    padding: 5px;
}

.graybg {
    background: #777;
    border: 1px solid black;
    color: white;
    padding: 5px;
}

.greenbg {
    background: #1C5F08;
    border: 1px solid black;
    color: white;
    padding: 5px;
}

.orangebg {
    background: #C86424;
    border: 1px solid black;
    color: white;
    padding: 5px;
}

.brownbg {
    background: #9E7500;
    border: 1px solid black;
    color: white;
    padding: 5px;
}

.navybg a:link, .navybg a:visited, .maroonbg a:link, .maroonbg a:visited,
.skybg a:link, .skybg a:visited, .orangebg a:link, .orangebg a:visited, 
.brownbg a:link, .brownbg a:visited, .greenbg a:link, .greenbg a:visited {
    color: white;
    font-weight: bold;
}

.navybg a:hover, .maroonbg a:hover, .maroonbg a:hover, .skybg a:hover, .orangebg a:hover, .greenbg a:hover {
    text-decoration: none;
}

.submit {
    background: navy;
    border: 2px solid #aaa;
    color: white;
    font-size: 13px;
    font-weight: bold;
    padding: 4px;
}

.clear {
    clear: both;
}

.pubmenu {
    background: #777;
    border: 2px solid black;
    padding:4px;
    text-align: center;
}

.pubmenu a:link, .pubmenu a:visited {
    color: white;
    font-size: 12px;
    font-weight: bold;    
    text-decoration: underline;
}

.pubmenu a:hover {
    text-decoration: none;
}


body {
    background: #ddd;
    color: navy;
    font-size: 12px;
    font-family: arial;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}

input , select, textarea{
    font: 12px arial;
}

.optional {
    color: #cc832b;
    font-size: 11px;
    font-weight: bold;
}

.required {
    color: maroon;
    font-size: 11px;
    font-weight: bold;
}

#content {
    background: #ccc;
    padding: 10px;
    width: 85%;
}

.order_button {
    background: white;
    font: bold 12px arial;
}

.button1 {
    background: white;
    font: bold 12px arial;
}

button {
    background: white;
    font: bold 12px arial;
}

#order_tabs ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#order_tabs li {
    float: left;
    font-size: 12px;
    margin: 0 2px 0 0; 
}  
    
#order_tabs li a:link, #order_tabs li a:visited {
    color: white;
    display: block;
    height: 30px;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    vertical-align: center;
    width: 147px;
}

.active_tab {
    background: #002879;
    font-weight: bold;
    cursor: pointer;
}

.active_tab2 {
    background: #0066FF;
    font-weight: bold;
    cursor: pointer;
}

.active_tab3 {
    background: #770001;
    font-weight: bold;
    cursor: pointer;
}

.active_tab4 {
    background: #1C5F08;
    font-weight: bold;
    cursor: pointer;
}

.active_tab5 {
    background: #C86424;
    font-weight: bold;
    cursor: pointer;
}
.active_tab6 {
    background: #9E7500;
    font-weight: bold;
    cursor: pointer;
}

.inactive_tab {
    background: #999;
    cursor: default;
}

.error {
    border: 1px solid #736926;
    background: yellow;
    color: navy;
    font: bold 12px "Arial";
    padding: 8px;
}

.errorfield {
    border: 2px solid navy;
    background: yellow;
    color: navy;
    font: bold 12px "Arial";
}

.mini_instr {
    color: yellow;
    font-size: 11px;
}

.active_tab a:link, .active_tab2 a:link, .active_tab3 a:link, .active_tab4 a:link, .active_tab5 a:link, .active_tab6 a:link, .inactive_tab  a:link{
    cursor: pointer;
    font-weight: normal;
}

.active_tab a:hover, .active_tab2 a:hover, .active_tab3 a:hover, .active_tab4 a:hover, .active_tab5 a:hover, .active_tab6 a:hover, .inactive_tab  a:hover{
    font-weight: bold;
}

#navbar td {
    font-size: 12px;
}

.center {
    text-align: center;
}

    @media print {
        .hideforprint {
            display:none;
        }
    }


/********************************************/

.hsredbox {
    background-color: #880000;
    color: white;
    padding: 5px;
}

.hsskybox {
    background: #0066FF;
    color: white;
    padding: 5px;
}

.submit1 {
    margin: 0 auto;
}

