@charset "iso-8859-1";


<!--
/* Elements */

b { font-weight: bold;
    font-family: arial, helvetica, sans-serif;
	} 
blockquote { font-size: 11pt;   
	font-weight: normal; 
	font-style: normal;  
	font-family: arial, helvetica, sans-serif;
	}
dl { font-size: 11pt;   
	font-family: arial, helvetica, sans-serif;
	color: rgb(0,0,0);
	background-color : transparent;
	}
h3 { font-size:  12pt;
	font-family: arial, helvetica, sans-serif;
	font-weight : bold;
	color: rgb(255,255,255); 
	}
h4 { font-size: 11pt; 
    color: rgb(153,0,0);
	font-weight: bold; 
	font-family: arial, helvetica, sans-serif;
	background-color : transparent;
} 
ol { font-size: 11pt;   
	font-family: arial, helvetica, sans-serif;
	color: rgb(255,255,255);
	} /* ordered lists */
p { font-size:  11pt;
	font-family: arial, helvetica, sans-serif;
	font-weight : normal;
	color: rgb(255,255,255); 
	} /* main body text */
sup { font-size:  8pt;
	font-family: arial, helvetica, sans-serif;
	font-weight : normal;
	color: rgb(255,255,255); 
	} /* superscript*/


ul { font-size: 11pt;   
	font-family: arial, helvetica, sans-serif;
	color: rgb(255,255,255);
	} /* unordered lists */
strong { font-weight: bold;
    font-family: arial, helvetica, sans-serif;
	} 	
td { font-size: 11pt;  
	font-family: arial, helvetica, sans-serif;
	font-weight : normal;
	} /* main body text */
th {font-size: 11pt;
	font-family: arial, helvetica, sans-serif;
	font-weight : bold;
	} /* used for table cell headers; assists with access issues  */
ul {font-size: 11pt;   
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	} /* bullet lists */
dl { font-size:  11pt;
	font-family: arial, helvetica, sans-serif;
	font-weight : normal;
	color: rgb(255,255,255); 
	} /* bullets text */
dt { font-size:  11pt;
	font-family: arial, helvetica, sans-serif;
	font-weight : normal;
	color: rgb(255,255,255); 
	} /* bullets text */

/*  --------------------------- */
/* CLASSES  */

.font8 { font-size: 8pt; 
	font-family: arial, helvetica, sans-serif;
	}
.font9 { font-size: 9pt;  
	font-style: normal; 
	font-family: arial, helvetica, sans-serif;
	} 
	
/* Styles for internal and external links */
a:active {font-family: arial, helvetica, sans-serif;
	font-weight : bold;
	color: rgb(153,0,0); 
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	background-color : transparent;
}
a:link {font-family: arial, helvetica, sans-serif;
	font-weight : bold;
	color: rgb(153,0,0); 
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	background-color : transparent;
}
a:visited {font-family: arial, helvetica, sans-serif;
	font-weight : bold;
	color: rgb(153,0,0); 
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	background-color : transparent;
}
a:hover {font-family: arial, helvetica, sans-serif;
	font-weight : bold;
	color: rgb(153,0,0); 
	font-family: arial, helvetica, sans-serif; 
	text-decoration: none;
	background-color : transparent;
} /* N.B. Hover is not ready by NN */


/* .toc class used for ToC at the top of pages with sections */
a.toc:active {font-family: arial, helvetica, sans-serif;
	font-weight : normal;
	color:  rgb(49,49,49); 
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	background-color : transparent;
}
a.toc:link {font-family: arial, helvetica, sans-serif;
	font-weight : normal;
	color:  rgb(49,49,49); 
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	background-color : transparent;
}
a.toc:visited {font-family: arial, helvetica, sans-serif;
	font-weight : normal;
	color:  rgb(49,49,49); 
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	background-color : transparent;
}
a.toc:hover {font-family: arial, helvetica, sans-serif;
	font-weight : normal;
	color: rgb(153,0,0); 
	font-family: arial, helvetica, sans-serif; 
	text-decoration: none;
	background-color : transparent;
} /* N.B. Hover is not ready by NN */


/* .nav class used for bottom nav buttons on each page */
a.nav:link {font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	font-weight : bold;
	color: rgb(49,49,49);
	text-decoration: none;
	background-color : transparent;
	}
a.nav:active {font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	font-weight : bold;
	color: rgb(49,49,49);
	text-decoration: none;
	background-color : transparent;
	}
a.nav:visited {font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	font-weight : bold;
	color: rgb(49,49,49);
	text-decoration: none;
	background-color : transparent;
	}
a.nav:hover {font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	font-weight : bold;
	color: rgb(153,0,0);
	text-decoration: none;
	background-color : transparent;
	} /* red; #990000; Hover is not read by NN */
.navitem {
	text-align: right; 
	font-family: arial, helvetica, sans-serif;
	font-weight : bold;
	font-size: 8pt;
	background-color : transparent;
	}	
	-->