.thtcolor {
  COLOR: #FFFF00;
}

dt {font-weight: bold; 
color: indigo;
font-family: Arial, Helvetica;
font-size: 12pt;}

dd { margin-left: 30 }

p.sans {font-family: Arial, Helvetica, Sans-serif }
p.links {font-family: Arial, Helvetica, Sans-serif;
		 font-weight: bold;
		 font-size: 10pt;
		 line-height: 14pt }
p.linksred {font-family: Arial, Helvetica, Sans-serif;
         color: red;
		 font-weight: bold;
		 font-size: 10pt;
		 line-height: 14pt }

h1           { color: midnightblue }
h2           { color: midnightblue }
h3           { color: midnightblue }
h4           { color: midnightblue }
p.beige      { color: #FFFF98;
               font-weight: bold;
			   font-family: Arial, Helvetica, Sans-serif; }
p.blue      { color: midnightblue; 
              font-weight: bold}

#all A:link {
  COLOR: #000080;
  font-weight: bold ;
  font-size: 10pt ;
  font-family: Arial, Helvetica;
  line-height: 14pt ;
  text-decoration: none
}
#all A:visited {
  font-weight: bold ;
  font-size: 10pt ;
  font-family: Arial, Helvetica;
  line-height: 14pt ;
  text-decoration: none;
  COLOR: #990099 ;
}
#all A:hover {
  cursor: hand;
  COLOR: #ff0000;
}

#side A:link {
  COLOR: #000080;
  font-weight: bold ;
  font-size: 10pt ;
  font-family: Arial, Helvetica;
  line-height: 14pt ;
  text-decoration: none
}

#side A:visited {
  COLOR: #000080;
  font-weight: bold ;
  font-size: 10pt ;
  font-family: Arial, Helvetica;
  line-height: 14pt ;
  text-decoration: none
}
#side A:hover {
  cursor: hand;
  COLOR: #ff0000;
}
#side A:active {
  COLOR: #000080;
  font-weight: bold ;
  font-size: 10pt ;
  font-family: Arial, Helvetica;
  line-height: 14pt ;
  text-decoration: none
}

#sidesmall A:link {
  COLOR: #000080;
  font-weight: bold ;
  font-size: 8pt ;
  font-family: Arial, Helvetica;
  line-height: 10pt ;
  text-decoration: none
}

#sidesmall A:visited {
  COLOR: #000080;
  font-weight: bold ;
  font-size: 8pt ;
  font-family: Arial, Helvetica;
  line-height: 10pt ;
  text-decoration: none
}
#sidesmall A:hover {
  cursor: hand;
  COLOR: #ff0000;
}
#sidesmall A:active {
  COLOR: #000080;
  font-weight: bold ;
  font-size: 8pt ;
  font-family: Arial, Helvetica;
  line-height: 10pt ;
  text-decoration: none
}


ul.small           { margin-left: 15 }

table.breakout {Float: right;}
td.tdbreakout {border: 3px solid midnightblue;
				background-color: #ffff98;}