BODY {
	background-color : #FFFFFF;
; color: black
; font-family: Verdana, Arial, Helvetica, sans-serif
}
.navtext {
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: navy;   
	font-weight : bold;
}

H1 { /*  page titles */
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : large;
	color : black;
	text-align : center;
	font-weight : bold;
}

H2 {  /* subheads, table headers */
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
	color : black;
}
H3 { /* sidebar titles, Bread Crumbs, sub-titles */
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
	color : black;
}
P { /* all narrative */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small; /*small */
	color : black;
}
P.smallest { /* all space-constrained narrative */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :  x-small; /*small */
	color : black;
}
.myH3 { /* H3 titles where I need to manually control justification */
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
	color : black;
	font-weight : bold;
	text-transform : none;	
}
.mediumtext {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	color : black;
	font-weight : normal;
	text-transform : none;
}

.smalltext { /* smallt text used for narrative and un-constrained text.*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small; /*small */
	color :black;
}

.smallesttext { /* smallest text allowable (like list details), also used
						in situations where the <p> tag is cancelled (e.g.
						in textareas) */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : black;
}
a {  
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy; 
	text-decoration: underline; 
	font-style: normal; 
	font-variant: small-caps; 
	border: none; 
	height: auto; 
	width: auto}
a:alink {  
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white; 
	background-color: navy}
a:vlink {  
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: red; 
	background-color: navy}


