/* Presentation Stylesheet */ 

body { 
 font-family: Verdana, Arial, sans-serif; 
 font-size: .8em;
 color: #000;
 margin: 0;
}

p { text-align: left; }
b { font-variant: small-caps; }
hr { color: #657aa5; background-color: #657aa5; border-style: none; }

.list { text-align: left; vertical-align: top; }
.center { text-align: center; font-size: 1em; }
.centerbold { text-align: center; font-size: 1em; font-weight: bold; }
.numbers { text-align: right; font-size: 1em; }
.fineprint { text-align: left; font-size: .85em; }
.finecenter { text-align: center; font-size: .85em; }
.right { text-align: right; font-size: .85em; }
.lfloat { float: left; }
.rfloat { float: right; }
.leftfloat { float: left; padding-right: 20px; }
.rightfloat { float: right; padding-left: 20px; }

/* In-Text Links */

a:link { color: #657aa5; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #b90100; text-decoration: underline; }
a:active { color: #000; text-decoration: none; }
a:focus { outline: none }

/* Headings */

H1 { color: #657aa5; text-align: center; font-size: 1.8em; font-variant: small-caps; }
H2 { color: #657aa5; text-align: left; font-size: 1.8em; font-variant: small-caps; }
H3 { color: #657aa5; text-align: left; font-size: 1.2em; font-variant: small-caps; }
H4 { color: #657aa5; text-align: center; font-size: 1.2em; font-variant: small-caps; }
H5 { color: #fff; text-align: left; font-size: 1.2em; font-variant: small-caps; }

/* Boxes */

.innerbox { font-size: .85em; }

#next a:link { color: #fff; text-decoration: none; }
#next a:visited { color: #fff; text-decoration: none; }
#next a:hover { color: #fff; text-decoration: underline; }
#next a:active { color: #fff; text-decoration: none; }
#next a:focus { outline: none; }

#back a:link { color: #fff; text-decoration: none; }
#back a:visited { color: #fff; text-decoration: none; }
#back a:hover { color: #fff; text-decoration: underline; }
#back a:active { color: #fff; text-decoration: none; }
#back a:focus { outline: none; }

/* Footer */

.copyright { text-align: center; font-size: .85em; }
