BODY {
	font-family: tahoma, arial, serif;
	font-size: 85%;
	background-color: #ffffff;
	color: black;
	margin-top: 0px;
	margin-left: 0px
}
P { 
  font-size: 0.85em;
  color: black;
  margin-top: 0.5em; 
  margin-bottom: 0.5em 
}

TD { 
  font-size: 1.0em; 
  color: black;
  margin-top: 0.5em; 
  margin-bottom: 0.5em 
}

H1, H2, H3, H4, H5, H6 { color:black}
H1, H2, H3, H4 { margin-top: 1em; margin-bottom: 1em }
H1, H2, H3, H4 { font-weight: bold }
H1 { font-size: 160% }
H2 { font-size: 140% }
H3 { font-size: 120% }
H4 { font-size: 110% }


.navlinks {
	font-size: 85%;
}

A {text-decoration: none; font-weight: bold }
A:link { color: navy }		/* unvisited link */
A:visited { color: royalblue }	/* visited links */
A:active { color: red }		/* active links */
A:hover { color: navy; text-decoration:underline }	/* mouseover effect */

.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.text75 {
	font-size: 75%;
}
