body {
  background-image: url(/imgs/spiral-background.gif);
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin-left: 60px;
}
#pagewrapper {
  margin: 0px;
  width: 1000px
}
#noteswrapper {
  margin: 20px;
  width: 1000px
}

#noteswrapper p{
  font-family: "Lucida Console", Monaco, "Courier New", Courier, monospace;
  font-size: 18px;
}
#noteswrapper pre{
  font-family: "Lucida Console", Monaco, "Courier New", Courier, monospace;
  font-size: 18px;
}
#noteswrapper li{
  font-family: "Lucida Console", Monaco, "Courier New", Courier, monospace;
  font-size: 18px;
}
#noteswrapper p.head{
	padding: 10px 10px 0 0;
	color: black;
  background-color: transparent;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
#noteswrapper p.verno{
	padding: 10px 10px 4px 10px;
  color: white;
  background-color: #0E3B52;
  font-size: 18px;
  font-weight: bold;
}
#noteswrapper span.vercat{
  font-size: 16px;
  font-weight: bold;
}
#noteswrapper span.vercatv1{
  font-size: 16px;
  color: red;
  font-weight: bold;
}
#noteswrapper span.vercatv2{
  font-size: 16px;
  color: white;
  font-weight: bold;
  display:block;
  width: 980px;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 20px;
  background-color: #0189C3;

}

table {
  width: 860px;
  margin-left: 20px;
}
td {
  padding: 6px;
}
img {
  border: 0;
}

p {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding: 4px;
  padding-left: 20px;
  padding-right: 20px;
}
p.title {
  padding-top: 24px;
  background-color: #336699;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}
p.head {
  padding-top: 10px;
  margin-top: 30px;
  background-color: #336699;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
p.info {

}
p.new {
  vertical-align: middle;
}
p.Error {
  color: #FF0000;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
}


.KB {font-size: 12px}

.NA {
    font-size: 12px;
    font-style: normal;
    color: #000000;
    font-weight: bold;
}
.INS {
    color: #0000FF;
    font-style: normal;
    font-size: 14px;
}
.DNL {
    color: #0000FF;
    font-style: normal;
    font-size: 12px;
}

a:link {
  color: #0000CC;
}
a:visited {
  color: #0000CC;
}
a:hover, a:active, a:focus {
  color: #000000;
}

