/*  This is the main style sheet we use for everything */
/*  You can combine style sheets in a single document by using */
/*  the same TITLE in any HTML document. */

/* Elements */

BODY {font-family: arial, helvetica, sans-serif}

.linkblue {color:white;}
.linkblue:hover {color:dodgerblue}

.linkred {color:white;}
.linkred:hover {color:red;}

.linkwhite {color:white;}
.linkwhite:hover {color:dodgerblue;}

.linkorange {color:#000000;}
.linkorange:hover {color:orange;}

A:link {color:#000000; background:transparent; text-decoration:underline}

A:hover {color:red; background:transparent;text-decoration:underline}

H1, H2, H3, H4, H5, H6 {font-family: arial, helvetica, sans-serif}
TABLE {font-family: arial, helvetica, sans-serif; text-align: left}
TR, TD {font-family: arial, helvetica, sans-serif}
TH {font-family: arial, helvetica, sans-serif; text-align: center}
UL, OL, DL, LI, DD  {font-family: arial, helvetica, sans-serif}
P, B, I {font-family: arial, helvetica, sans-serif}

PRE {font-family: "courier new", courier, monaco, monospace}

/* This creates a nice 'question mark' next to the mouse cursor */
/* when you use <ACRONYM>, <ABBR> or <DFN> tag - will work within the */
/* <A> tag too! */

acronym, abbr, dfn {color:blue; cursor:help; font-style:normal}
abbr, dfn {color:blue; border-bottom:1px dotted #000000; font-style:normal}

/* To create a CLASS, start with a period as in these examples */

.small {font-size: small}
.smaller {font-size: smaller}
.sm {font-size: x-small}
/* use 'sm' for Service Mark. For trademark, use &#153 instead */

.blue {color:blue; background-color:transparent}
.red {color:red; background-color:transparent}
.crumb {color:#999999; background-color:transparent}
.headline {color:red; background-color:transparent; 
  font-family: Verdana, arial, helvetica, sans-serif}
.navbar {font-family: arial,helvetica,sans-serif; font-size:10pt; 
  color:blue; background-color:transparent; text-decoration:underline}

.preformatted {font-family: "Courier New", Courier, Monaco, monospace}
.revhilite {background:#FFFF66}
.seealso {background:#FFFF66; color:black}

/* Use these to make nice borders around blocks of text */

.redinlineframe {border: 1px solid #ff0000; padding-top: 1px; 
  padding-right: 2px; padding-bottom: 1px; padding-left: 2px}

.blockquotebox {text-align: left; padding: 5px; border: solid 1px #c00}

/* "NotaGIF" transforms text into small white letters on red background - cool */
.notagif {font-size:x-small; font-weight:bold; color:white; background:#cc3333; padding:0; border-bottom: 3px solid #f0f0f0}

.A-hover  {font-size:105%}

.indent {margin-left:2em; margin-right:3em; font-size:smaller; text-align:justify}

