/* In the application layout the yahoo reset css is included */

body {
  margin-left: 25px;
  width: 735px;
  font-size: 62.8%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #FFF;
  color: #2F2F2F;
}

.serif {
  font-family: Georgia, serif;
}

h1, h2, h3 {
  font-weight: bold;
  font-family: Georgia, serif;
  text-align: center;
}

h1 {font-size: 2.15em; margin: 10px 0px 10px 0px;}
h2 {font-size: 1.70em; margin: 8px 0px 8px 0px;}
h3 {font-size: 1.35em; margin: 6px 0px 6px 0px;}

div > p {
  margin: 13px 0 13px 0;
  font-size: 1.6em;
  line-height: 1.3em;
}

body li {
  font-size: 1.05em;
}

p.small, p.footnote {
  font-size: 1em;
  line-height: 1.1em;
}

em {
  font-style: italic;
  font-size: 105%;
}

strong {
  font-weight: bold;
  font-size: 85%;
}


ul.topics {font-size: 1.5em;}
ul.topics li {margin: 2px 0px 2px 0px;}

table {
  font-size: 1.3em;
}

th {
  padding: 5px;
  border: 1px solid black;
  font-weight: bold;
  } 
td {
  padding: 5px;
  border: 1px solid black;
  }

blockquote {
  text-align: justify;
  font-size: 1.4em;
  line-height: 1.2em;
  margin: 10px 60px 10px 5px;
  padding-left: 12px;
  padding-top: 0px;
  border-left: 1px solid black;
}
blockquote > p {
  margin: 10px 0 10px 0;
}

sub {
  vertical-align: sub;
  font-size: 70%;
}

sup {
  vertical-align: super;
  font-size: 70%;
}

sup a {
  color: #2F2F2F;
  text-decoration: none;
  font-weight: bold;  
}

.footnote_number {
  text-decoration: none;
  font-weight: bold;
  color: #2F2F2F;
  font-size: 110%;
  margin-right: 5px;
}

#banner {
  border-bottom: 1px solid black;
  width: 100%;
  padding: 4px 0px 4px 0px;
  text-align: center;
  margin-bottom: 13px;
}

#banner a {
  text-decoration: none;
  color: #2F2F2F;
  font-weight: bold;
  font-size: 1.4em;
}

#banner a:hover {
  color: #777;
}

a.back {
  color: #000;
}

.divider {
  border-top: 1px solid black;
  width: 100%;
  margin: 10px 0px 10px 0px;
}

.signature {
  font-size: 1.3em;
  font-weight: bold;
  margin: 10px 10px 10px 0px;
}

.signature a {
  font-weight: normal;
  font-size: 108%;
}

h1.main {
  border-bottom: 1px solid black;
  padding-bottom: 3px;
}

ol.squares li, ul.squares li {
  list-style: square outside;
  margin-left: 30px;
  padding: 0 0 7px 10px;
  font-size: 1.35em;
  line-height: 1.2em;
}

.left { text-align: left;}

div.dialog, table.dialog {
  font-size: 1.4em;
  line-height: 1.2em;
}

table.dialog td {
  border: none;
}

div.author0, div.author1, div.author2 {
  padding: 1px 0px 3px 0px;
  margin: 1px 0px 3px 0px;
}

div.author0, tr.author0 {
  background-color: #FFF;
}

div.author1, tr.author1 {
  background-color: #FFF5D9;
  
}

div.author2, tr.author2 {
  background-color: #EAEAFF;
}

span.author, td.author {
  font-weight: bold;
}

/*
.author0 span.author {
  color: #F00;
}

.author1 span.author {
  color: #00F;
}

.author2 span.author {
  color: green;
}
*/

#intro {
  font-size: 1.45em;
  font-style: italic;
}