BODY {
  color: #000000;
  background-color: #FFFFFF;
  font-family:  "Times New Roman", serif;
  margin: 0px 0px 20px 0px;
  text-align: center;
}

A {
  text-decoration: underline;
}

A:link {
  color: darkblue;
}

A:visited {
  color: blue;
}

H1, H2, H3, H4 {
  margin: 0px;
  padding: 0px;
}

H1 {
  font-size: 18pt;
  font-family: "Times New Roman", serif;
  font-weight: normal;
  color: #336666;

}

H2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16pt;
  font-weight: bold;
}

H3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14pt;
  font-weight: normal;
}

H4 {
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  font-weight: bold;
  text-transform: uppercase;
}

H4 A:link, H4 A:visited {
  color: #666666;
}

TD, BLOCKQUOTE, DL, UL, OL {
  font-size: 12pt;
}

TH {
  font-size: 12pt;
  font-weight: bold;
}

P {
  font-size: 12pt;
}


H3.faded {
  color: #CCCCCC;
}

H3.bright {
  color: #000000;
}

A.faded {
  color: #999999;
}

/************ id=container ***********/

#container {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding: 0px;
  width: 750px;
  background: #FFFFFF url(patentbg.gif) repeat-y;
}

/************ id=banner ***********/

#banner {
  float: left;
  width: 700px;
  height: 120px;
  text-align: left;
  font-size: xx-small;
  padding: 0px;
  background: transparent url(bannerbg.gif) top no-repeat;
  margin-bottom: -50px;
}

#banner H1 {
  font-size: 18pt;
  font-family: "Times New Roman", serif;
  font-weight: normal;
  color: #336666;
  padding: 18px 0px 0px 50px;
}

#banner P {
  display: inline;
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-size: 12pt;
  font-weight: bold;
  color: #CD9AB1;
}

/************ id=columns ***********/

#columns {
  float: left;
  width: 700px;
  clear: both;
  overflow: hidden;
  background: transparent url(columnsbg.gif) bottom no-repeat;
  padding-bottom: 40px;
}

/************ id=content ***********/

#content {
  padding: 15px 35px 5px 0px;
  width: 515px;
  float: right;
  text-align: left;
  margin-top: 20px;
}

#content H1 {
  font-size: 18pt;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  color: #000000;
  padding: 0px;
}

#content H2 {
  font-size: 12pt;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  color: #666666;
  padding: 10px 0px 0px 0px;
}

#content P {
  margin-bottom: 12px;
}

/************ id=navigation ***********/

#navigation {
  float: left;
  width: 150px;
  overflow: hidden;
  margin-top: 50px;
}

/************ class=nav-link ***********/

.nav-link {
  margin: 15px;
  padding: 5px;
  border: 2px solid #999999;
  border-bottom: 3px solid #666666;
  background: #FFFFFF;
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  color: #CCCCCC;
}

.nav-link A {
  text-decoration: none;
}

.nav-link A:link {
  color: darkblue;
}

.nav-link A:visited {
  color: darkblue;
}

/************ class=footer ***********/

#footer {
  color: #808080;
  font-size: 10pt;
  text-align: center;
  width: 700px;
  height: 29px;
  clear: both;
  background: #FFFFFF url(footerbg.gif) top no-repeat;
}

/************ misc classes ***********/

.solid {
  background: #FFFFFF;
}

.example {
  margin: 0px 10px 0px 20px;
  border: 1px solid #000000;
  padding: 5px;
}

.indent {
  padding: 0px 0px 0px 20px;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.underline {
  padding-right: 50px;
  border-bottom: 2px solid #CCCCCC;
}

.highlight {
    background: yellow;
    color: black;
}

