/* CSS Document */

body, p { font-family:Trebuchet, Arial, Helvetica, sans-serif; font-size: 85%}
body { background: blue; margin:8px; }
h1 { font-weight:bold; font-size:150%; line-height:100%; }
h2 { font-weight:bold; font-size:130%; line-height:110%; }
h3 { font-weight:bold; font-size:115%; line-height:110%; }
h4 { font-weight:bold; font-size:107%; line-height:100%; }
h5 { font-weight:bold; font-size:95%; line-height:100%; }
.sm { font-size:70%; }
.smb { font-weight:bold; font-size:80%; }
.normal { color:#333333; }

/* General Navigation */
a { text-decoration:none; }
a:hover  {text-decoration:underline; }
a.pr { color:#CC3300; }
 a.pr:hover { background:#993333; color: white; text-decoration:underline; }
.red, a.red { color:#CC0033; }
 a.red:hover { background:#ff6600; color: white; text-decoration:underline; }
.ca, a.ca { color:#999900; }
 a.ca:hover { background:#999900; color: white; text-decoration:underline; }
.rny, a.rny { color:#9966FF; }
 a.rny:hover { background:#8f8fb4; color: white; text-decoration:underline; }
 
 
/* Introduction and Credits */
.intro { color:#993333; }
.introsm { color:#333333; text-indent:1em;  font-size:90%; }
.credit {
	font-size:small;
	font-weight: bold;
	line-height: 120%;
}

/* Front Page Nav */
.tiny { font-size: 10px; }

/* Lower Navigation */
.nav { color:#ffffff; font-size:72%; }
a.nav { color:#ffffff; text-decoration:underline; }
a.nav:hover { text-decoration:none; }
.white { color:#ffffff; }

/* Forms */
input { font-size:12px }
.smnav { font-size: 80%; }
.caption { font-size: x-small; }
.small { font-size: small;}
.txtsansserifnorm { font-size:85%; }
