/*
** General definitions
*/
body {
 font-family: Arial, Helvetica;
 font-size: 12pt;
 padding: 10px;
}

/*
** Navigation frame
*/
body.nav {
  background-color: black;
  background-image: url(main/nav_img/nav_bg.jpg);
 padding: 1px;
}

body.nav a {
  display: block;
  padding: 2px;
}

body.nav img {
  border: 0px;
}


.header1        { font-size: 18pt; font-weight: bold; }
.text           { font-family: Serif; font-size: 13pt; text-align: justify; margin-top: 0px; }
.disclaimer     { font-size:  8pt; text-align: center; }
.dynonote       { font-size: 10pt; }
.pricingnote    { font-size: 10pt; font-weight: bold; font-style: italic; }

.section_hdr    { font-size: 14pt; font-weight: bold; color: white; background: black; }

.products       { background: white; }
.products A     { font-size: 11pt; color: blue; text-decoration: none; }
.productsm A    { font-size:  8pt; color: blue; text-decoration: none; }
.products A:hover  { color: red; }
.productsm A:hover { color: red; }
                
.hdr_product    { font-size: 22pt; font-weight: bold; color: #cc0000; }
.hdr_blue       { font-weight: bold; color: #0057d0; }

.imgnote        { font-size: 11pt; font-style: italic; }
.new            { font-size:  9pt; font-weight: bold; color: red; font-style: italic; }

.prd_name       { font-size: 14pt; font-weight: bold; color: #cc0000; }
.prd_descr      { font-family: Serif; font-size: 13pt; }
.prd_partno     { font-weight: bold; color: #000066; }
.prd_price      { font-weight: bold; color: #000066; text-align: right; }
.prd_tablehdr   { font-size:  9pt; font-weight: bold; color: #cc0000; font-style: italic; }

.user_text      { font-size: 10pt; }
.user_hdr       { font-size: 10pt; font-weight: bold; }

.tbl_rpm        { font-style: italic; }
.tbl_hp         { text-align: right; }
.tbl_tq         { text-align: right; }
.tbl_modlevel   { text-align: center; font-weight: bold; color: blue; background: white; }
.tbl_hdr        { text-align: center; font-weight: bold; font-style: italic; background: white; }

.tbl_dyno1      { text-align: right; background: #dddddd; }
.tbl_dyno2      { text-align: right; background: white; }

.dyno_link A    { text-decoration: none; font-size: 24pt; font-weight: bold; color: blue; }

