@charset "iso-8859-1";
BODY {
  color: black;
  background: white;
}
.section {
  font-family: Lucida, sans-serif ; 
  font-style: normal; 
  font-size: 24pt;
  font-weight:bold;
  vertical-align:top;
  color: "#ffffff";
  background-color: "#525D76";
}
.tdl{
  border-width: 0;
  margin-right: 0px;
  padding-right: 0;
  background-repeat: no-repeat;
  width: 200px;
  height: 50px;
}
.tdr{
  border-width: 0;
  margin-left: 0px;
  padding-left: 0;
  width: 450px;
  height: 50px;
  background-repeat: no-repeat;
}
.tbar {
  text-align: center;
  font-family: Lucida, sans-serif ; 
  font-style: normal;  
  font-size: 24pt;
  font-weight:bold;
  vertical-align:top;
  margin-left: 2em;
  margin-right: 2em;
  color: white;
  background-color: black;
}
.tltop {
  vertical-align:top;
  border-style:solid none none none;
  border-top-width:1;
} 
.ptop {
  font-family: Lucida, sans-serif ; 
  font-style: normal; 
  margin-bottom:0;
}
.pdesc {
  margin-top:0;
  margin-left: 2em;
}
.subsection {
  font-family: Lucida, sans-serif ; 
  font-style: normal;  
  font-size: 14pt;
  font-weight:bold;
  margin-left: 2em;
}
H1 { 
  font-family: Lucida, sans-serif ; 
  font-style: normal; 
  color: black;
  background-color: transparent;
}
A:link { 
  color: rgb(100,0,100); 
  text-decoration: none;
  background-color: transparent;
}
.ptiny {
  font-size: 10pt;
}
.boxed { 
  border-style: solid; 
  border-width: thin; 
  border-color: blue; 
}
.iboxed { 
  border-style: solid; 
  border-width: thin; 
  border-color: blue; 
  margin-left: 2em;
  margin-right: 2em;
}
.ip {
  margin-left: 2em;
  margin-right: 2em;
}
.license {
  margin-left: 2em;
  margin-right: 2em;
  font-size: 10pt;
}
.tacross {
  background-color=skyblue;
}
.pcent {
  vertical-align: center;
}
.hidden { 
  display: none; 
  color: white; 
  background-color: transparent;
}
.Danger {
  position:relative; 
  color: rgb(255,128,0);
  border: 4pt dotted yellow ;
  background: black; 
  text-align:center; 
  font-size:20pt; font-weight:bold 
}

