/*
 * Edgewise Consulting Style Sheet
 *
 * Copyright 1998, Mark Callow, Edgewise Consulting.
 */
body {
    color: white;
    background: #008080; font-size: 11pt; 
    font-style: normal
; margin-top: 36pt; margin-right: 72pt; margin-bottom: 36pt; margin-left: 72pt
; font-family: "Palatino Linotype", "Times New Roman", serif
}

.print {
    color: black;
    background: white
    font-size: x-small
}

h1,h2,h3,h4,h5,h6 {
    color: #FFFF00;
    font-family: "Helvetica Narrow", sans-serif;
    font-style: italic;
    font-weight: bold;
}
h1 { font-size: xx-large; }
h2 { font-size: x-large; }
h3 { font-size: large; }
h4 { font-size: medium; }
h5 { font-size: small; }
h6 { font-size: x-small; }

.print h1 { font-size: large; }
.print h2 { font-size: medium; }
.print h3 { font-size: small; }
.print h4 { font-size: x-small; }
.print h5 { font-size: xx-small; }
.print h6 { font-size: xx-small; }

hr { color: #FFFF00; }

a:active {  color: red}
a:link { color:#66FFFF; }
a:visited { color: #FF66CC; }

.producthead a:active { color #000000; }
.producthead a:link { color: #FF0033; }
.producthead a:visited { color: #FF0033; }

b { color: #FFFF00; }
th {
    font-family: "Palatino Linotype", "Times New Roman", serif;
    font-size: 11pt;
    color: white
}
.print td, .print th {
    font-size: x-small;
    color: black;
}

.companyname {
    font-family: "Helvetica Narrow", sans-serif;
    font-style: italic; font-weight: bold;
    font-variant: small-caps; text-decoration: underline;
    color: #FFFF00
}
.tagline { font-weight: bold; text-transform: lowercase; font-style: italic}
.footer { font-size: 65%}
.sidebar { background-color: #336666}
/*
 * These are needed because these elements don't inherit the font property
 * from an enclosing "sidebar" table. This is basically the same problem
 * that made me include td & th above.
 */
.sidebar h2, .sidebar h3{ font-size: 65%}
#advert {  font-size: 115%; font-weight: bold; color: #66FF00}
.menu {  font-family: Arial, Helvetica, sans-serif; font-size: xx-small; color: #000000; border-color: #000000 black black; background-color: #F0F000; border-style: ridge; border-width: 2px; clip:   rect(   ); padding-top: 4px; padding-right: 8px; padding-bottom: 4px; padding-left: 8px}
.menu a:link {  color: #00B0B0}
.menu a:visited {  color: #EE0070}


/*
 * These td & th entries workaround style inheritance bugs (I think they
 * are bugs; Netscape claims they're following the spec.) in Netscape
 */
td { 
    font-family: "Palatino Linotype", "Times New Roman", serif;
    font-size: 11pt;
    color: white
 } .sidebar p  { font-size: 75%} .small {  font-size: 65%}
.producthead {  color: #FF0033; background-color: #CCFFFF}
.frontpage { margin-top: 20pt; margin-right: 20pt; margin-bottom: 20pt; margin-left: 20pt}
.firstpara {  font-weight: bold}
.banner {  margin-top: 5pt; margin-right: 5pt; margin-bottom: 5pt; margin-left: 5pt}
.description { margin-top: 5pt; margin-right: 10pt; margin-bottom: 5pt; margin-left: 10pt}
