/* Common stylesheet for all pages */
BODY { 
  font-family: tahoma, arial, serif;
  font-size: 10pt;
  background-color: white;
  background-image: none;
  color: black; 
  margin: 0pt
}
TD { 
  font-family: tahoma, arial, serif;
  font-size: 10pt;
}

/* Give paras a little extra vertical space and an indent */
P { line-height: 1em ; margin-top: 0.4em  ; margin-bottom: 0em  ; text-indent: 0em }
/* Use this class for initial paras below headings, etc */
.initial {text-indent: 0;}

H1, H2, H3, H4, H5, H6{ text-align: left }
H1, H2 { margin-top: 0.5em; margin-bottom: 0.2em }
H3, H4 { margin-top: 0.2em; margin-bottom: 0.2em }
H5, H6 { margin-top: 1em }
H1, H2, H3, H4 { font-weight: bold }

H1 { font-size: 1.4em }
H2 { font-size: 1.2em }
H3 { font-size: 1.0em }
H4 { font-size: 0.9em }


A {text-decoration: none}
A:link { color: blue }		/* unvisited link */
A:visited { color: crimson }	/* visited links */
A:active { color: crimson }		/* active links */
A:hover { color: #990000}	/* mouseover effect */

A:link IMG { border: none }
A:visited IMG { border: none }
A:active IMG { border: none }
A:hover IMG { border: none }

.menucell {  border-color: black #660000 black black; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 0px; background-color: #FFCC66}
.tinytext {  font-size: 10px}
.smalltext {  font-size: 12px}
