body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #000000;
}

p, li, td, th, ul, ol, dl, dd, dt, table {
  font-family : Tahoma, Arial, Helvetica, sans-serif;
}

p {
  padding-top: 0em; padding-bottom: 0em;
}

.pct80 {
  font-size: 80%;
}

.pct90 {
  font-size: 90%;
}

.pct100 {
  font-size: 100%;
}

.pct110 {
  font-size: 110%;
}

.pct120 {
  font-size: 110%;
}

.font80pct {
  font-size: 80%;
}

.font90pct {
  font-size: 90%;
}

.font100pct {
  font-size: 100%;
}

.font110pct {
  font-size: 110%;
}

pre {
  font-family: monospace;
}

table {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color : #28110B;
  padding-top: 0em ; padding-bottom: 0em;
}

h1 {
  font-size: 140%; font-style: normal; font-weight: bold; }
h2 {
  font-size: 130%; font-style: normal; font-weight: bold; }
h3 {
  font-size: 120%; font-style: normal; font-weight: 600; }
h4 {
  font-size: 110%; font-style: normal; font-weight: 600; }
h5 {
  font-size: 100%; font-style: normal; font-weight: bold; }
h6 {
  font-size: 100%; font-style: italic; font-weight: normal; }

h1.inline { display: inline; }
h2.inline { display: inline; }
h3.inline { display: inline; }
h4.inline { display: inline; }
h5.inline { display: inline; }
h6.inline { display: inline; }

/* Link styles */
a:link {
  color: #993333;
  text-decoration : none;
}

a:visited {
  color: #993333;
  text-decoration : none;
}

a:hover {
  color : #F3A61C ;
  text-decoration : none;
}

th a:visited {
  color: #993333;
  text-decoration: none;
}

td a:visited {
  color: #993333;
  text-decoration: none;
}

th a:link {
  color: #993333;
  text-decoration: none;
}

td a:link {
  color: #993333;
  text-decoration: none;
}

th a:hover {
  color : #F3A61C;
  text-decoration : none;
}

td a:hover {
  color : #F3A61C;
  text-decoration : none;
}

font.smaller {
  font-size : 80%;
}

font.smallital {
  font-size : 80%;
  font-style: italic;
}

font.hide {
  font-size : 1pt;
  color: #ffffff;
  background-color: #ffffff;
}

/* Sort Table styles */
table.sort {
  font-size: 90%;
  border-color: #28110B;
  border-style: solid;
  border-width: thin;
  color: #000000;
  background-color: #ffffff;
}

th.main {
  background-color: #28110B;
  color: #ffffff;
  text-align: left;
  border-color: #28110B;
  border-style: solid;
  border-width: thin;
}

th.sort {
  background-color: #cccccc;
}

th.sortleft {
  text-align: left;
/*  background-color: #cccc99;*/
  background-color: #cccccc;
}

td.sortedcol {
  background-color: #ffffff;
}

th.sortedcol {
/*  background-color: #cccccc;*/
  background-color: #999999;
}

/* Tab Table styles */
td.spacer {
  width: 10px;
}

td.spacerfloat {
  width: 10px;
  border-bottom: thin solid #666666;
}

td.tabfloat {
  color: #000000;
  background-color: #cccccc;
  border-top: thin solid #666666;
  border-left: thin solid #999999;
  border-right: thin solid #999999;
  border-bottom: thin solid #666666;
  text-align: center;
  width: 80px;
  font-style: italic;
  font-weight: normal;
}

td.tab {
  color: #000000;
  background-color: #cccccc;
  border-top: thin solid #666666;
  border-left: thin solid #999999;
  border-right: thin solid #999999;
  border-bottom: none;
  text-align: center;
  width: 80px;
  font-style: italic;
  font-weight: normal;
}

td.selectedtab {
  color: #ffffff;
  background-color: #28110B;
  border-top: thin solid #28110B;
  border-left: thin solid #28110B;
  border-right: thin solid #28110B;
  border-bottom: none;
  text-align: center;
  width: 80px;
  font-style: normal;
  font-weight: bold;
}

a.swurltopmenu:link {
  color: #993333;
  font-size : 85%;
  text-decoration : underline;
}

a.swurltopmenu:visited {
  color: #993333;
  font-size : 85%;
  text-decoration : underline;
}

a.swurltopmenu:hover {
  color : #CC6600 ;
  font-size : 85%;
  text-decoration : underline;
}

.cisfootnav {
        text-decoration: none;
/*        padding-left: 10px;*/
        border-right: none;
/*        margin-top: 10px;*/
        border-left-style: none;
/*        line-height: 17px;*/
}


