<!--
Accent 1 - Dark Red #990000
Use for main title

Accent 2 - Dark Cornflower Blue #0A4D93
Use for titles and other highlighted text

Accent 3 - Brown #965D2A
Use for accents on page, links.

Link 1 - Orange #FF7618
Hover over color for links on white background

Link 2 - Light Orange #FDEAC3
Hover over color for links on non-white background

light gray EEEEEE
royal blue 003399
maroon 660033

Normal - Black

How to set borders.
border-bottom:    1px solid; 
border-top:       1px solid; 
border-right:     1px solid; 
border-left:      1px solid; 
border-color:     #464646; 

How to reference image.
;

How to set scroll bar
scrollbar-base-color:       #8F0F37; 
scrollbar-arrow-color:      #8F0F37;
scrollbar-DarkShadow-Color: #5A5A5A; 
-->

body 
{ 
    background-color:           white;
    margin-left:                0;
    margin-right:               0;
    margin-top:                 0;
    margin-bottom:              0;
}

h1
{
    color:            #660033;
    text-decoration:  none;
    font-size:        11pt;
    font-weight:      BOLD;
    font-family:      Verdana, Helvetica, sans-serif;
}

h2
{
    color:            #660033;
    text-decoration:  none;
    font-size:        9pt;
    font-weight:      normal;
    font-family:      Verdana, Helvetica, sans-serif;
}

h3
{
    color:            #0A4D93;
    font-weight:      BOLD;
    font-family:      Verdana, Helvetica, sans-serif;
}

h4
{
    color:            #0A4D93;
    font-weight:      BOLD;
    font-family:      Arial, Helvetica, sans-serif;
}

.reg
{
    color:            #000000;
    font-weight:      normal;
    font-size:        10pt;
    font-family:      Arial, Helvetica, sans-serif;
}

.accent1
{
    color:            #990000;
    font-weight:      BOLD;
    font-size:        10pt;
    font-family:      Arial, Helvetica, sans-serif;
}

.accent2
{
    color:            #0A4D93;
    font-weight:      BOLD;
    font-size:        10pt;
    font-family:      Arial, Helvetica, sans-serif;
}

.accent3
{
    color:            #965D2A;
    font-weight:      BOLD;
    font-size:        10pt;
    font-family:      Arial, Helvetica, sans-serif;
}

<!----------------------------------------------------------------
  -- logobanner
  -- Display company logo and name
  ------------------------------------------------------------- -->
.logo1
{
    color:            #660033;
    text-decoration:  none;
    font-size:        11pt;
    font-weight:      BOLD;
    font-family:      Verdana, Helvetica, sans-serif;
}

.logo2
{
    color:            #660033;
    text-decoration:  none;
    font-size:        9pt;
    font-weight:      normal;
    font-family:      Verdana, Helvetica, sans-serif;
}


<!----------------------------------------------------------------
  -- break between sections of a page
  ------------------------------------------------------------- -->
.brk
{
    color: #EEEEEE;
}

<!----------------------------------------------------------------
  -- webmenu
  -- A menu bar across the top of the content panel.
  ------------------------------------------------------------- -->

.webmenu
{
    background-color: #0A4D93;
border-bottom:    0px solid; 
border-top:       0px solid; 
border-right:     0px solid; 
border-left:      0px solid; 
}

.txwebmenu_nolink
{
    color:            white;
    text-decoration:  none;
    font-size:        8pt;
    font-weight:      normal;
    font-family:      Arial, Helvetica, sans-serif;
}

.txwebmenu
{
    color:            #FDEAC3;
    text-decoration:  none;
    cursor:           hand;
    font-size:        9pt;
    font-weight:      BOLD;
    font-family:      Arial, Helvetica, sans-serif;
}

.txwebmenu_hover
{
    color:            #FFFFFF;
    text-decoration:  none;
    cursor:           hand;
    font-size:        9pt;
    font-weight:      BOLD;
    font-family:      Arial, Helvetica, sans-serif;
}

<!----------------------------------------------------------------
  -- block
  -- A generic window.
  ------------------------------------------------------------- -->

.menubox
{
background-color: #FFFFFF;
border-bottom:    2px solid; 
border-top:       2px solid; 
border-right:     2px solid; 
border-left:      2px solid; 
border-color:    #0A4D93;
border-collapse: collapse;
}

.menubox_title
{
background-color: #0A4D93;
color: #FDEAC3;
padding-left:      0px; 
padding-right:   0px; 
padding-top:      0px; 
padding-bottom:   0px;
font-size:        10pt;
font-weight:      BOLD;
font-family:      Arial, Helvetica, sans-serif;
text-decoration:  none;
}

.menubox_cell
{
background-color: #F0F0F0;
padding-top:      2px; 
padding-bottom:   2px; 
padding-left:      0px; 
padding-right:   0px; 
}


.block
{
    padding:          3px; 
    background:       #FFFFFF;
}

.blockheader
{
    background-color: white;
    color:            #0A4D93;
    padding-left:     0px; 
    padding-right:    0px; 
    padding-top:      3px; 
    padding-bottom:   4px; 
    font-size:        10pt;
    font-weight:      BOLD;
    font-family:      Arial, Helvetica, sans-serif;
    text-decoration:  none;
}

.blockheader2
{
    background-color: #191970;
    color:            white;
    padding-left:     0px; 
    padding-right:    5px; 
    padding-top:      1px; 
    padding-bottom:   1px; 
    font-size:        10pt;
    font-weight:      BOLD;
    font-family:      Arial, Helvetica, sans-serif;
    text-decoration:  none;
}

.blockbody
{
    color:            #965d2a;
    padding-left:     0px; 
    padding-right:    0px; 
    padding-top:      0px; 
    padding-bottom:   0px; 
    font-size:        12px;
    font-weight:      BOLD;
    font-family:      Arial, Helvetica, sans-serif;
    text-decoration:  none;
}

.blockbody2
{
    color:            #0A4D93;
    padding-left:     0px; 
    padding-right:    0px; 
    padding-top:      0px; 
    padding-bottom:   0px; 
    font-size:        12px;
    font-weight:      BOLD;
    font-family:      Arial, Helvetica, sans-serif;
    text-decoration:  none;
}


.blockbody_hover
{
    color:            #FF7618;
    text-decoration:  none;
    padding-left:     0px; 
    padding-right:    0px; 
    padding-top:      0px; 
    padding-bottom:   0px; 
    font-size:        12px;
    font-weight:      BOLD;
    font-family:      Arial, Helvetica, sans-serif;
}

.price
{
    color:              #000000;
    font-size:         12px;
    font-weight:      BOLD;
    font-family:      Arial, Helvetica, sans-serif;
}


<!----------------------------------------------------------------
  -- solid table
  ------------------------------------------------------------- -->
.sborder
{
    border: 2px solid #965D2A;
}

<!----------------------------------------------------------------
  -- left panel for menus and shopping cart info
  ------------------------------------------------------------- -->
.leftmain
{
    background-color: #FFFFFF;
}

.txcontenth1_nolink
{
    color:            #990000;
    text-decoration:  none;
    font-size:        14pt;
    font-weight:      BOLD;
    font-family:      Arial, Helvetica, sans-serif;
}

.txcontent
{
    color:            black;
    font-size:        10pt;
    font-weight:      normal;
    font-family:      Arial, Helvetica, sans-serif;
}


<!----------------------------------------------------------------
  -- main content area
  ------------------------------------------------------------- -->
.main
{
    background-color: #FFFFFF;
}

<!----------------------------------------------------------------
  -- right panel for ad space
  ------------------------------------------------------------- -->
.rightmain
{
    background-color: #FFFFFF;
}


.outershadow
{
    background-color: #464646;
}

.innershadow
{
    background-color: #CCCCCC;
}






































































