* html
{ padding: 0;
  margin: 0;
}

body
{ font-size: 12pt;
  line-height: 100%;
  font-family: Helvetica;
  text-align: left;
  color: #000000;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

div#wrapper
{ margin: 0px auto;
  width: 970px;
  background-color: #ffffff;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  text-decoration: none;
}

div#container
{ width: 970px;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
}

div#main
{ float: left;
  width: 970px;
  padding: 0px 0px 0px 0px;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
}

div#column
{ float: left;
  padding: 0px 0px 0px 0px;
  width: 970px;
  margin-left: auto ;
  margin-right: auto ;
  text-decoration: none;
}

p
{ font-size: 14pt;
  font-weight: 600;
  text-indent: 1px;
  margin:  6px 6px 6px 6px;
  padding: 6px 6px 6px 6px;
  line-height: 110%;
  text-align: left;
}

div#header
{ display: inline;
  float: left;
  background-color: #ffffff;
  width: 970px;
  text-decoration: none;
}

div#headerA
{ display: block;
  float: left;
  width: 60px;
  background-color: #ffffff;
  text-decoration: none;
}

div#headerB
{ display: block;
  float: left;
  background-color: #ffffff;
  text-align: center;
  width: 805px;
  color: #3f48cc;
  font-size: 25px;
  font-weight: bold;
  line-height: 200%;
  padding: 7px 0px 9px 0px;
  text-decoration: none;
}

div#headerC
{ display: block;
  float: left;
  width: 100px;
  background-color: #ffffff;
  text-decoration: none;
}

div#subheaderN
{ margin: 0 auto;
  position: relative;
  width: 100px;
  text-decoration: none;
}

.ide
{ display: block;
  float: left;
  margin-left: 130px;
  width: 900px;
  border: 2px solid white;
  text-decoration: none;
}

.ide:hover
{ border: 2px solid black;
}

.captions
{ font-size: 10pt;
  color: #666;
  text-align: center;
}


a.contact
{ display: block;
  float: left;
  font-size: 20px;
  color: #fb9902;
  text-align: center;
  font-weight: bold;
  padding: 7px 0px 9px 0px;
  background-color: #ffffff;
}

a.contact:hover
{ background: yellow;
}

.imgBannerA
{ width: 60px;
  float: left;
  padding: 0px;
  text-align: center;
}

table
{ font-size: 10pt;
  font-weight: bold;
  line-height: 100%;
  margin: 0px auto;
  border-width: 0px;
  width: 100%;
}

tr
{ line-height: 100%;
  font-size : 12pt;
  text-align: center;
  padding: 0px 10px 0px 10px;
}

th
{
  font-size : 12pt;
  font-weight: 800;
  text-align: center;
  padding: 0px 10px 0px 10px;
}

td
{ padding-right: 1em;
  font-size : 12pt;
  text-align: center;
  padding: 0px 10px 0px 10px;
}

div.columnzero
{ float: left;
  display: inline-block;
  width: 180px;
}

div.columnone
{ float: left;
  display: inline-block;
  width: 170px;
  padding-top: 20px;
  margin-top: 20px;
}

span.green
{ color: #00ff00;
}

span.darkslategray
{ color: #2f4f4f;
  font-size: 110%;
}

span.lightgray
{ color: #b0b0b0;
}

span.earthorange
{ color: #ba160c;
  font-size : 100%;
}

span.earthblue
{ color: #0247fe;
  font-size : 100%;
}

span.browntwo
{ color: #a52a2a;
}

span.red
{ color: #ff0000;
}

span.brown
{ color: brown;
}

span.sealbrown2
{ color: #59260b;
}

span.biggreen
{ color: #009966;
  font-weight: 900;
  font-size : 125%;
}

span.blue
{ color: #0000ff;
}

tr.mybox
{ background-color: white;
}

tr.mybox:hover
{ background-color: #ff6;
}

#svgfamily
{ width: 400px;
  height: 400px;
}

#svgxy
{ width: 400px;
  height: 400px;
}

input[type="text"]
{ font-size: 18px;
  font-weight: normal;
  color: #000000;
  background-color: #fdfd96;
  width: 120px;
  border: 1px solid #cccccc;
}

input[type="reset"]
{ font-size: 18px;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  background-color: #ffffff;
  width: 160px;
/* border: 1px solid #ffffff; */
}

.clearfix:after
{ clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.clearfix
{ display: inline-block;
}

* html .clearfix
{ height: 1%;
}

html[xmlns] .clearfix
{ display: block;
}

:first-child + html .clearfix
{ min-height: 1px;
}
