BODY{
    background-color: #FFFFFF;
    color: #CC6600;
    font-family: "Times New Roman", Times, serif;
}

/* 
////////////////////////////////////////////////////////////////
//   Styles for HTML text area
////////////////////////////////////////////////////////////////
*/

.maintext {
    padding-left:  30px;
    padding-right: 30px;
    padding-top: 0px;
    clip:   rect(auto auto auto auto);
    top: 0px;
    vertical-align: top;
    font-size: 12px;
}
/* 
////////////////////////////////////////////////////////////////
//   H1 is the big bold text on the homepage. It's bigger than on the inside pages.
////////////////////////////////////////////////////////////////
*/
h1 {
  color:         #921100;
  margin-top:    6px;
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 30px;
  line-height: 33px;

}
/* 
////////////////////////////////////////////////////////////////
//   The main headers on the inside pages
////////////////////////////////////////////////////////////////
*/

h2 {
  color:         #921100;
  margin-top:    0px;
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
    margin-top:    6px;
      margin-bottom: 6px;
}
/* 
////////////////////////////////////////////////////////////////
//   The subhead sections. Featured on the /cs/ and home page. For the case study names.
////////////////////////////////////////////////////////////////
*/


h3 {
  color:         #921100;
  margin-top:    0px;
  margin-bottom: 1px;
  font-size: 14px;
  line-height: 16px;
      font-weight: normal;
    letter-spacing: 1px;
}


/* 
////////////////////////////////////////////////////////////////
//   black bolder text. For the subheadings. Intro text for eahc page
////////////////////////////////////////////////////////////////
*/
h4 {
  margin-top:    6px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  font-weight: normal;
}
/* 
////////////////////////////////////////////////////////////////
//   PDF Download Headers
////////////////////////////////////////////////////////////////
*/

h5 {
  color:         #921100;
  margin-top:    0px;
  margin-bottom: 0px;
  font-size: 10px;
  line-height: 10px;
      font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}
/* 
////////////////////////////////////////////////////////////////
//   Green Subheadings. Kinda large
////////////////////////////////////////////////////////////////
*/
h6 {
    margin-top:    0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
    color: #002F13;
    font-weight: bolder;
}

p {
    font-size: 12px;
    color: #000000;
    line-height: 14px;
    margin-top:0;
}

p.small {
    font: 9px Arial, Helvetica, sans-serif;
    color: #921100;
}

.tinyboldgreen {
    font-size: 10px;
    font-weight: bold;
    color: #002F13;
}
.tinyboldred {    
    font-size: 10px;
    font-weight: bold;
    color: #921100;
      line-height: 10px;
}

.textgreen {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #002F13;
}


HR{
    color: #921100;
    font-size: 1px;
    margin-bottom: 20px;
}

.small {
    font: 9px Arial, Helvetica, sans-serif;
    color: #921100;
}

td {
    vertical-align: top;
}
ul
  {
  font-family: "Times New Roman", Times, serif;
  margin-left: 1em;
  padding-left: 0;
  margin-top:2px; margin-bottom:10px;
  }
ol
  {
  font-family: "Times New Roman", Times, serif;
}
li
  {
  font-family: "Times New Roman", Times, serif;
  margin: 0;
  padding: 4px;
  font-size: 12px; 
  line-height: 14px;
      color: #000000;
  }
/* 
////////////////////////////////////////////////////////////////
//   Basic Links, no class
////////////////////////////////////////////////////////////////
*/
a {
    color: #921100;
}
a:link {
    color: #921100;
}
a:visited {
    color: #921100;
}
a:hover {
    color: #000000;
}
a:active {
    color: #921100;
    
    }    
/* 
////////////////////////////////////////////////////////////////
//   No Underline Links
////////////////////////////////////////////////////////////////
*/
a.more {
    color: #921100;
}    
    a:link.more {
    color: #921100;
    text-decoration: none;
}
a:visited.more {
    color: #921100;
    text-decoration: none;
}
a:hover.more {
    color: #000000;
    text-decoration: underline;
}
a:active.more {
    color: #921100;
    text-decoration: none;
}
.QA {
	color:         #921100;
}
.answer {
	color:         #921100;
}
