body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:120%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
}



/* for headings of articles or paragraphs*/
span.heading { font-family: Arial, helvetica, sans-serif; color: #363940; font-weight: bold; font-size: 115%; line-height:20pt}
/* for bottom of page links */
span.linksHeading { font-family: Arial, helvetica, sans-serif; color: #222222; font-weight: normal; font-size: 80%;}

/* LINK attributes */
a { font-family: Arial, helvetica, sans-serif; text-decoration: none; color: #454760}

/* :link - any hyperlink that has or has not been visited - USED ON TARGET ANCHORS */
a:link { text-decoration: none; color: #454760}
  
/* :visited -  any hyperlink that has been visited */
a:visited { color: #666666}
  
/* :active - any hyperlink that is in the process of being used */
a:active { color: #66666}

/*  :hover - changes the state of the link while the cursor is hovering over it */
a:hover { color: #66666}

.source {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
}

