/* mainbody.css for CWRC */
/* by Mathieu Federspiel, Feb 2005 */

BODY {	
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-style: normal;
  line-height: 14pt;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  background-color: #FFFFFF
}
TBODY {	
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-style: normal;
  line-height: 14pt;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  background-color: #FFFFFF
}

H1  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20pt;
  font-weight: bold;
  font-style: normal;
  line-height: 22pt;
  color: #000000;
  background-color: #FFFFFF;
}
H2  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18pt;
  font-variant: SMALL-CAPS;
  font-weight: normal;
  font-style: normal;
  line-height: 20pt;
  color: #804040;
  background-color: #FFFFFF;
}
H3  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16pt;
  font-variant: SMALL-CAPS;
  font-weight: normal;
  font-style: normal;
  line-height: 16pt;
  color: #804040;
  background-color: #FFFFFF;
}
H4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: normal;
  font-style: normal;
  line-height: 14pt;
  color: #000000;
  background-color: #FFFFFF;
}
/* used for "by author" lines in documents */
H5 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-variant: SMALL-CAPS;
  font-weight: bold;
  font-style: normal;
  line-height: 14pt;
  text-decoration: underline;
  color: #000000;
  background-color: #FFFFFF;
}
H6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  font-style: normal;
  line-height: 10pt;
  color: #000000;
  background-color: #FFFFFF;
}

ul
{
  margin-left: 30pt;
  margin-right: 5pt;
  list-style-type: disc;
  font-size: 11pt;
}
ul ul
{
  margin-left: 30pt;
  margin-right: 5pt;
  list-style-type: circle;
  font-size: 10pt;
}
ul ul ul
{
  margin-left: 30pt;
  margin-right: 5pt;
  list-style-type: square;
  font-size: 10pt;
}
ul ul ul ul
{
  margin-left: 30pt;
  margin-right: 5pt;
  list-style-type: disc;
  font-size: 10pt;
}

ol
{
  margin-left: 30pt;
  margin-right: 5pt;
  text-indent: 10pt;
  list-style-type: decimal;
  font-size: 11pt;
}
ol ol
{
  margin-left: 30pt;
  margin-right: 5pt;
  list-style-type: lower-alpha;
  font-size: 10pt;
}
ol ol ol
{
  margin-left: 30pt;
  margin-right: 5pt;
  list-style-type: lower-roman;
  font-size: 10pt;
}
ol ol ol ol
{
  margin-left: 30pt;
  margin-right: 5pt;
  list-style-type: upper-alpha;
  font-size: 10pt;
}

a.backButton
{
    border:1px solid;
    border-color:#ffc8a4 #7d3302 #3f1a01 #ff9a57;
    padding:0px 3px 0px 3px;
    font:bold 12px verdana,sans-serif; 
    color:#FFFFFF; background-color:#007c91;
    text-decoration:none;
    margin:0px;
}

a.slideshowbutton
{
    border:1px solid;
    border-color:#ffc8a4 #7d3302 #3f1a01 #ff9a57;
    padding:0px 3px 0px 3px;
    font:bold 12px verdana,sans-serif; 
    color:#FFFFFF; background-color:#007c91;
    text-decoration:none;
    margin:0px;
}

.sc { font-variant:small-caps }
