/*
    name    :   aspire.css
    author  :   Andy West
    date    :   5 June 2005 (updated 20 May 2009)
*/
body            { background-color: white; color: black; margin: 1cm; }
blockquote      { margin-left: 1cm; margin-right: 1cm; padding-left: 5mm; border-left: 1px navy solid; }
p, ol, ul, dl   { font-size: medium; }
dl dt           { font-weight: bold; }
a               { background-color: white; color: blue; font-size:medium; text-decoration: none; }
address         { font-size: small; font-style: italic; }
h1              { font-size: xx-large; color: navy; background-color: white; }
h2              { font-size: large; color: navy; background-color: white; }
h3              { font-size: medium; font-weight: bold; }
hr              { width: 100%; color: navy; background-color: white; }

/* local classes */
.specs      { width: 50%; }
.num        { text-align: right; width: 15%; }
.figure     { font-size: small; font-style: italic; }
.pix_left   { float: left; padding-right: 3%; }
.pix_right  { float: right; padding-left: 3%; }
.subtitle   { font-size: small; font-style: italic; }

/* images */
img#ip      { width: 306px; height: 226px; }
img#ic      { width: 646px; height: 299px; }
img#sp      { width: 288px; height: 189px; }
img#lt      { width: 312px; height: 199px; }
img#nrw     { width: 324px; height: 297px; }
img#cr      { width: 350px; height: 110px; }

/* specs table */
table       { width: 75%; }
table tr    { vertical-align: top; }
table th    { font-size: medium; font-weight: bold; text-align: left; }
table td    { font-size: medium; border: 1px black solid; padding: 2px; }


