<!--
/*	Main Team Oregon Cascading Style Sheet	*/

      BODY {
        background-color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
	color: #000000;
	padding: 0px;
      }

      BODY.centered {
	background-color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
	color: #000000;
	padding: 0px;
      }

      BODY.printer {
        background-color: #FFFFFF;
	color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
      }

      DIV.nav {
	position: absolute;
	font: 12px arial,helvetica,sans-serif;
	top:-300px;
	z-index: 99;
      }

      DIV.navbar {
        position: fixed;
        text-align: center;
      }

      TR.year {
        background-color: #000066;
	color: #000000;
      }

      TR.month {
        background-color: silver;
	color: #000000;
      }

      TR.day {
        background-color: #EEEEEE;
	color: #000000;
      }

      TD {
        font-family: Arial-narrow, Helvetica, sans-serif;
        font-size: 10pt;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
      }

      TD.navupvert {
	background: #000066;
	font: 9pt arial,helvetica,sans-serif;
	font-weight:bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:2px;
	padding-right:2px;
	border-top:solid 1px #E0E0E0;
	border-right:solid 1px #E0E0E0;
	border-left:solid 1px #E0E0E0;
      }

      TD.navup {
	background: #000066;
	font: 9pt arial,helvetica,sans-serif;
	font-weight:bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:2px;
	padding-right:2px;
	border-right:solid 2px #E0E0E0;
	border-bottom:solid 2px #000066;
	border-left:solid 2px #000066;
	border-top:solid 2px #000066;
      }

      TD.navdn {
	background-color: #0000AA;
	font: 9pt arial,helvetica,sans-serif;
	font-weight:bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:2px;
	padding-right:2px;
	border-right:solid 2px #9999FF;
	border-bottom:solid 2px #9999FF;
	border-left:solid 2px #000033;
	border-top:solid 2px #000033;
      }

      TD.navbar {
	background-color: #000066;
	color: #000000;
	border-bottom:solid 2px #000033;
	border-top:solid 2px #9999FF;
	padding-top:0px;
	padding-bottom:0px;
	height:23px;
      }

      TD.banner {
	background-color: #FFFFCC;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
      }

      TD.redheading {
	background-color: #000066;
	color: #FFFFFF;
	padding-left:3px;
	font-weight:bold;
      }

      TD.heading {
	background-color: #000066;
	color: #FFFFFF;
	padding-left:3px;
	font-weight:bold;
      }

      TD.subheading {
	background-color: #DDDDDD;
	color: #000000;
      }

      TD.masthead {
	height:120px;
	width:760px;
      }

      TD.w306 {
	width:306px;
      }

      TD.w150 {
	width:150px;
      }

      TD.homebody {
	background-color: #FFFFFF;
	color: #000000;
      }

      TD.pagebody {
	background-color: #FFFFFF;
	color: #000000;
	padding-left:5px;
	padding-right:5px;
        padding-top: 5px;
        padding-bottom: 5px;
      }

      TD.content {
	background-color: #FFFFFF;
	color: #000000;
	padding-left:3px;
	padding-right:3px;
        padding-top: 2px;
        padding-bottom: 2px;
      }

      TD.redcontent {
	background-color: #FFFFFF;
	color: #CC0000;
	padding-left:3px;
	padding-right:3px;
        padding-top: 2px;
        padding-bottom: 2px;
      }

      TD.subnav {
	width: 150px;
        font-size: 14pt;
	font-weight: bold;
	background-color: #000066;
	color: #000000;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
      }

      TD.text {
        font-size: 10pt;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
      }

      FORM.search {
	display: inline;
      }

      #navbar {
	position: fixed;
      }

      INPUT.searchbox{
  	font-size:9pt;
  	border-style:inset;
  	border-width:0px;
      }

      IMG {
	border: 0px;
	vertical-align: top;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
      }

      IMG.right {
	vertical-align: top;
        float: right;
	margin: 15px 0 0 15px;
      }

      IMG.rightnomargin {
	vertical-align: top;
        float: right;
      }

      IMG.left {
        float: left;
	margin: 0 15px 15px 0;
      }

      H1 {
	font-size: 20pt;
      }

      H2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16pt;
        color: #000066;
      }

      H3 {
	font-size: 12pt;
      }

      H4 {
        font-size: 10pt;
	font-weight: bold;
      }

      P {
        font-size: 10pt;
      }

      P.largeital {
        font-size: 16pt;
      }

      P.small {
        font-size: 9pt;
      }

      P.teeny {
        font-size: 7pt;
      }

      P.centered {
        text-align: center;
      }

      P.inverse {
        color: white;
	background-color: inherit;
        margin-top:0px;
        margin-bottom:0px;
      }

      A.subnav:link {
        font-size: 9pt;
	font-weight: bold;
        background-color: inherit;
        color: inherit;
        text-decoration: none;
      }

      A.subnav:visited {
        font-size: 9pt;
	font-weight: bold;
        background-color: inherit;
        color: inherit;
        text-decoration: none;
      }

      A.subnav:hover {
        font-size: 9pt;
	font-weight: bold;
        color: #CC0000;
        background-color: inherit;
        text-decoration: none;
      }

      A.subnav:active {
        font-size: 9pt;
	font-weight: bold;
        color: #000000;
        background-color: inherit;
        text-decoration: none;
      }


      A.nav:link {
        font-size: 9pt;
        color: #FFFFFF;
        background-color: inherit;
        text-decoration: none;
      }

      A.nav:visited {
        font-size: 9pt;
        color: #FFFFFF;
        background-color: inherit;
        text-decoration: none;
      }

      A.nav:hover {
        font-size: 9pt;
        color: #FF0000;
        background-color: inherit;
        text-decoration: none;
      }

      A.nav:active {
        font-size: 9pt;
        color: #000000;
        background-color: inherit;
        text-decoration: none;
      }

      A.teeny:link {
        font-size: 7pt;
        font-weight: bold;
        color: black;
        background-color: inherit;
        text-decoration: underline;
      }

      A.teeny:visited {
        font-size: 7pt;
        font-weight: bold;
        color: black;
        background-color: inherit;
        text-decoration: underline;
      }

      A.teeny:hover {
        font-size: 7pt;
        font-weight: bold;
        color: black;
        background-color: inherit;
        text-decoration: underline;
      }

      A.teeny:active {
        font-size: 7pt;
        font-weight: bold;
        color: black;
        background-color: inherit;
        text-decoration: underline;
      }

      A.small:link {
        font-size: 10pt;
        font-weight: bold;
        color: black;
        background-color: inherit;
        text-decoration: underline;
      }

      A.small:visited {
        font-size: 10pt;
        font-weight: bold;
        color: black;
        background-color: inherit;
        text-decoration: underline;
      }

      A.small:hover {
        font-size: 10pt;
        font-weight: bold;
        color: black;
        background-color: inherit;
        text-decoration: underline;
      }

      A.small:active {
        font-size: 10pt;
        font-weight: bold;
        color: black;
        background-color: inherit;
        text-decoration: underline;
      }

      A:link {
	font-size: 10pt;
	color: black;
        background-color: inherit;
        text-decoration: underline;
      }

      A:visited {
	font-size: 10pt;
	color: black;
        background-color: inherit;
        text-decoration: underline;
      }

      A:active {
	font-size: 10pt;
	color: black;
        background-color: inherit;
        text-decoration: underline;
      }

      A:hover {
	font-size: 10pt;
	color: black;
        background-color: inherit;
        text-decoration: underline;
      }

      OBJECT.right {
        float: right;
	margin: 15px 0 0 15px;
      }

      TABLE.wide {
	width: 580px;
      }

      TABLE.right {
        float: right;
	margin: 15px 0 0 15px;
      }

-->

