﻿
html
{
    background-color:Navy;
}
body
{
}
strong
{
    font-weight: bold;
    font-style: normal
}
H1
{
    font-weight: bold;
    font-size: 175%
}
H2
{
    font-weight: normal;
    font-size: 175%
}
H3
{
    font-weight: bold;
    font-size: 150%
}
H4
{
    font-weight: normal;
    font-size: 150%
}
H5
{
    font-weight: bold;
    font-size: 125%
}
H6
{
    font-weight: normal;
    font-size: 125%
}
#doc
{
    background-color:#ffffcc;
}
#hd
{
}
#bd
{
    background-color:Navy;
    text-align: center;
}
#nav
{
   background-color:Maroon;
   border-top: solid 1px #000000;
   border-bottom: solid 1px #000000;
   padding-left:3px;
}
#ft
{
   text-align:center;
   color:Gray;
   padding:5px;
}
#cont
{
    background-image:url(images/PiggyInk.jpg);
    background-repeat:no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-color:white;
    padding:5px;
    min-height:250px;
}
.yui-b
{
    background-color:Maroon;
}
a
{
    font-style:oblique;
    text-decoration:none;
}
.navspn
{
   font-size:medium;
}
.navspn a:link, .navspn a:active, .navspn a:visited
{
   background-image:url(Images/navtab_gray.gif);
   font-style: normal;
   color:maroon;
}
.navspn a:hover
{
   background-image:url(Images/navtab_maroon.gif);
   font-style: normal;
   color:#ffffcc;
}
.login
{
   text-align:center;
   font-weight:bold;
   color:#ffffcc;
}
.lglbl
{
   padding:5px;  
}
.nav
{
    padding:5px;  
}
.nav a:link, .nav a:active, .nav a:hover
{
    color:#ffffcc;
}
.nav a:visited
{
    color:#cc9933;
}
.ttl
{
   text-align:center;
   font-weight:bold;
   font-size:large;
}
.pm
{
    padding-left: 20px;  
}
.pmauth
{
    padding-left: 65px;  
}
.mstrproj
{
    text-align:center;
    color:#ffffcc;
}
.mstrproj a:link, .mstrproj a:active, .mstrproj a:hover
{
    color:#ffffcc;
}
.mstrproj a:visited
{
    color:#cc9933;
}
.ul
{
    text-decoration:underline;
}
.ctr
{
    text-align:center;
}
.bld
{
    font-weight:bold;
}
.spcr
{
    width: 100px;
}
.graytext
{
    color: Gray;
}
.errtxt
{
    color: red;
    font-weight: bold;
}
.qtybox
{
    text-align:right;
}
.pricebox
{
    text-align:right;
}
#prodpg1
{
    margin: 1 px auto;
    padding: 10px;
    text-align: center;
}
#prodpg2
{
    width:800px;
    left: 50%;
    margin-left: -410px;
    position:absolute;
    text-align:center;
    background-color:maroon;
    padding: 10px;
}