/* bri */
body    {
	 color: black;
	 background: #FFFOCO;
       	 font-family: gill, helvetica, "trebuchet ms", sans-serif;
       	 font-variant: normal;
       	 font-size: 13px;
	}
a:link 
       	{
       	 border: white outset 0px;
       	 background-color: white;
       	 color: #003366; /* dark blue-grey */
       	 text-decoration:none;
       	 padding: 3px
       	}
a:hover {
       	 border: white inset 0px;
       	 background-color: #EEEEEE; /* very light grey */
       	 text-decoration:underline;
       	 }
a:visited 
       	{
       	 border: green outset 0px;
       	 background-color:white;
       	 color: #7F7FFF;
       	 text-decoration:none;
       	 padding:3px
       	}
h1     	 { 
       	 font-weight: normal;
       	 font-size: 32px;
       	 line-height: 120%;
       	 font-family: gill, helvetica, "trebuchet ms", sans-serif;
       	 font-variant: normal;
       	 font-style: normal;
       	}
h2     	{ 
       	 font-weight: normal;
       	 font-size: 22px;
       	 line-height: 120%;
       	 font-family: gill, helvetica, "trebuchet ms", sans-serif;
       	 font-variant: normal;
       	 font-style: normal;
       	}
h3     	{ 
       	 font-weight: bold;
       	 font-size: 18px;
       	 line-height: 120%;
       	 font-family: gill, helvetica, "trebuchet ms", sans-serif;
       	 font-variant: normal;
       	 font-style: italic;
       	}
h4     	{ 
       	 font-weight: bold;
       	 font-size: 16px;
       	 line-height: 120%;
       	 font-family: gill, helvetica, "trebuchet ms", sans-serif;
       	 font-variant: normal;
       	 font-style: normal;
       	}
h6     	{ 
       	 font-family: gill, helvetica, "trebuchet ms", sans-serif;
       	 line-height: 120%;
       	}
h6.navigation { /* phase this out */
       	 font-style: italic; 
       	 font-size: 13px;
       	}
h6.nav  { 
       	 font-style: italic; 
       	 font-size: 10px;
       	}
h6.text { 
       	 font-style: italic; 
       	 font-size: 14px;
       	}
h6.caption { 
       	 font-style: italic; 
       	 font-size: 10px;
	}
table  {
	margin: 0px;
	padding: 10px;
	border: 0px; 
	}

table td {
	font-size: 12px;  }
