@charset "UTF-8";

body {
  background: #FFFFFF;
  color: #000000;
  margin: 0px;
  padding: 0px;
  font-family: "Arial", "Helvetica", "Verdana", sans-serif;
  font-size: 13px;
  height: 100%;
}


p, blockquote, ul, ol {
  margin: 20px;
}

table td {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 11px;
}

p, blockquote, table {
  line-height: 160%;
}

ul, ol {
  line-height: 130%;
}

a {
  color: #3D5A7D;
  text-decoration: underline;
}

a:hover {
  color: #993333;
  text-decoration: none;
}

sup {
  font-size: xx-small;
  line-height: 90%;
}

/* HEADER */

*[class="shadow1"] {
  background-color: #999999;
  border-bottom: 1px solid #BBBBBB;
  height:1px;
  font-size: 1px;
  width: 100%;
}

*[class="shadow2"] {
  background-color: #DDDDDD;
  height:1px;
  font-size: 1px;
  width: 100%;
}

*[class="header"] {
  background: #003399;
  border-bottom: 1px solid #333333;
  padding: 3px 10px 3px 10px;
}

div[class="framework"] {
  width: 100%;
}

*[class="head"] {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  text-align: right;
}

li {
  padding-top: 8px
}

dt {
  padding-top: 8px;
  padding-bottom: 2px;
  font-weight: bold;
}

/* FOOTER */

*[class="footer"] {
  clear: both;
  background: #99CCFF;
  color: #444444;
  font-size: small;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 70px;
  text-align: left;
}

*[class="footertext"] {
  font-size: 11px;
  margin:20px;
}


/* CONTENT */

h1 {
  color: #111111;
  font-size: 31px;
  font-weight: normal;
  margin-bottom: 0px
}



h2 {
  color: #336699;
  clear: both;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 0px;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5px;
}

h3 {
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 30px;
  padding-bottom: 5px;
}

samp { 
  font-weight: 600
}

*[class="breadcrumb"] {
  color: #999999;
  font-size: 12px;
  padding-top: 26px;
  padding-bottom: 0px;
  padding-left: 70px;
  padding-right: 50px;
}


*[class="content"] {
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 70px;   
  padding-right: 70px; 
}

*[class="framecontent"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;   
  padding-right: 10px; 
}

*[class="canvas"] {
  padding: 0
}

*[class="deck"] {
  color: #333333;
  font-style: italic;
  font-size: 16px;
  margin-top: 3px;
}

*[class="byline"] {
  font-size: 12px;
  margin-top: 16px;
}

*[class="dateline"] {
  color: #666666;
  font-size: 12px;
}

*[class="footline"] {
  font-style: italic;
  margin-top: 16px;
}

*[class="subsection"] {
  color: #666666;

  font-size: 12px;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

*[class="pullquote"] {
  background-color: #DDEEFF;
  color: #333333;
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
  font-style: italic;
  font-size: small;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 35%;
  float: right;
}

*[class="smallcaps"] {
  font-variant: small-caps;
}

*[class="centered"] {
  text-align: center;
}

/* FLOATS */
*[class="floatleft"] {
  width: 150px;
  float: left;
  margin-right: 10px;
}

*[class="floatright"] {
  width: 33%;
  text-align: right;
  float: right;
  margin-left: 10px;
}


/* TABLES */

*[class="caption"] {
  color: #666666;
  font-size: 11px;
  line-height: 120%;
}

*[class="captiontitle"] {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  line-height: 120%;
}

textarea {  
  font-family: courier, monospace;
  font-size: small;
  width: 100%;
 }


/* RULES */

hr { 
  clear: both
}

*[class="rule"] {
  border-top: 1px dotted #666666;
  width: 100%;
  height: 1px;
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 5px;
}
