/**************** Common Styles ****************/

body {
  color: black;
  background-color: white;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}

a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}


/**************** Tables ****************/

table.table {
  background-color: #FFF;
  width: 100%;
  border: 1px solid #000;
  border-collapse:collapse;
}

#content .table a[href]:after {  /* Prints the links' URIs after the links' texts. Doesn't work in MSIE */
  content: "" !important;
}

/*table.table th {
  padding:2px 5px;
  background-color:#FFF;
  color:#000;
  border: 1px solid #000;
  border-collapse:collapse;
  text-align: center;
  font-weight: bold;
  font-style: italic;
}

table.table td {
  padding:3px 5px;
  border: 1px inset #000;
}

table.table td img {
  border: 1px solid #a0a0a0;
}

table a {
  font-weight: bold;
  color: #000
}*/

table.table {
background-color:transparent;
border:none;
border-collapse:collapse;
margin:10px 0;
width:100%;
}

table.table th {
background-color:#CDD8E1;
border-bottom:1px solid;
color:#000;
cursor:pointer;
font-size:1.25em;
font-weight: bold;
padding:1px 5px;
text-align:center;
text-decoration:underline;
}

table.table td {
border:1px solid;
padding:2px 5px 1px;
}

table .tinyCol {
text-align:center;
width:20%;
}



ol {
  margin: -0.25em 0 1em 0;
  padding: 0;
}

ul {
  list-style-type: square;
  margin: -0.25em 0 1em 0;
  padding: 0;
}

dl {
  margin: 0 0 1em 0;
  padding: 0;
}

ul li {
  margin: 1ex 0 0 1.5em;
  padding: 0;
}

ol li {
  margin: 1ex 0 0 1.5em;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 1.5em;
  padding: 0;
}

.doNotPrint {
  display: none;
}


/**************** Header ****************/

.superHeader {
  display: none;
}

#header {
  background-color: transparent;
  border-bottom: 1px solid black;
  color: black;
  margin: 0;
  padding: 0;
}

#header h1{
  background-color:transparent;
  font-size: 200%;
  font-weight: normal;
  letter-spacing:7px;
  margin:0 auto;
}

#header span {
  font-size: 125%;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  padding: 0 0 1ex 0;
}

#navcontainer {
  display: none;
}

#content .headline,#subcontent .headline {
border-bottom:1px outset #4A4947;
padding-bottom:2px;
text-align:center;
}

/**************** Content ****************/

#content p {
  text-align: justify;
  margin: 0 !important;
  padding: 0;
}

#content h1 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 120%;
  margin: 2ex 0 1ex 0;
  padding: 0;
}

#content h2 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 110%;
  margin: 0;
  padding: 2ex 0 0.5ex 0;
}

#content h3 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 2ex 0 0.5ex 0;
}

#content h1 + h2 {
  padding-top: 0;
}

h2 a:after {
  content: "" !important;
}

.smallCaps {
  font-variant: small-caps;
}

.pic_row a[href]:after {
  content: "" !important;
}

.doNotPrint {display:none;}

/**************** Footer ****************/

#footer {
  color: black;
  background-color: transparent;
  font-size: 100%;
  text-align: center;
  margin: 2em 0 0 0;
  padding: 1ex 0 0 0;
  border-top: 1px solid black;
  display: block;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}