.border_1 {
    border: 1px #999999 solid;
}

h3 {
    color: #FF0000;
    font-size: 112%;
    font-weight: bold;

}

h4 {
    color: #FF0000;
    font-size: 112%;
    font-weight: bold;
    margin-left: 10px;
}

h5 {
    color: #000066;
    font-size: 140%;
    font-weight: bold;
    margin-left: 10px;
}

h6 {
    color: #000066;
    font-size: 100%;
    font-weight: bold;
}

.redtext {

    color: #FF0000;
}

.redtextsmall {

    color: #FF0000;
    font-size: 90%;
}

.bodytext, .itemsnav{
    font-weight: normal;
    color: #000066;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

#secondarynav ul {
    list-style-type: none;
    color: #666666;
    width: 100%;
    text-align: right;
    font-size: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
}

#secondarynav ul li {
    padding-left: 5px;
    display: inline;
}

#secondarynav ul li a {
    font-weight: bold;
    color: #666666;
    text-decoration: none;

}

#secondarynav ul li a:hover {

    color: #FF0000;
}


#storeform{
    padding: 5px;
    width: 90%;
    /**font: 76% Arial, Helvetica, sans-serif;**/
    color: #000066;

}

#storeform fieldset{
    border: solid 1px #999999;

}

#storeform li{
    line-height: 60%;
    padding: 3px;
    list-style: none;
}

#storeform legend{

    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 130%;
    color: #FF0000;
}

#storeform label{
    font-weight: bold;
    padding-bottom: -3px;
}



#storeform a:link, #storeform a:visited{
    color: #000066;
    text-decoration: underline;
}


#storeform a:hover{
    color: #FF0000;
    text-decoration: none;

}

.itemsnav{
    border: 1px #999999 solid;   
    background-color: whitesmoke;
    padding: 5px;
    margin: 3px;
}

#categories{

    padding: 3px;
    font-size: 105%;
    font-weight: bold;
}

#categories li a:link, #categories li a:visited{
    color: #666666;
    text-decoration: none;
}

#categories li a:hover{
    color: #FF0000;
    text-decoration: underline;
}

li .subcat{

    font-weight: normal;
    padding-left: 5px;
    font-size: 95%;
}

.brdr_content {  border: #999999; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.brdr_right {  border: #CCCCCC; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 0px}
.brdr_dashed {  border: #CCCCCC; border-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.brdr_solid { border: 1px #CCCCCC solid}


