/* view.css */
/* 2009-04-23 */

body { 
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 83%;
  color: #333333;
  background: #ffffff none;
}
p {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 1em;
  line-height: 130%; 
}
li {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 1em;
  margin-bottom: 4px;
}
h1 {
  font-size: 1.6em;
  color: #333333;
  background: transparent none;
  font-weight: bold;
}
h2 {
  font-size: 1.4em;
  color: #333333;
  background: transparent none;
  font-weight: bold;
}
a { text-decoration: none; }
a:link {
   background: transparent none; 
   color: #2B7EC2;
}
a:visited { 
   background: transparent none; 
   color: #714C99;
}
a:hover { 
   background: transparent none; 
   color: #2B7EC2;
   text-decoration: underline;
}
a:active { 
   background: transparent none; 
   color: #2B7EC2;
   text-decoration: underline;
}
a img { border: none; }
#headerContent {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#footerContent {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#footerContent a { text-decoration: none; }
#footerContent a:link {
   background: transparent none;
   color: #333;
}
#footerContent a:visited {
   background: transparent none;
   color: #333;
}
#footerContent a:hover {
   background: transparent none;
   color: #2B7EC2;
   text-decoration: underline;
}
.Note { 
  font-weight: bold; 
  background: transparent none; 
  color: #CC0000;
}
.LayoutTable {
  border-collapse: collapse;
  border: 0;
  padding: 0;
  margin: 0;
}
.ChartImage { 
  width: 512px;
  float: left;
  margin: 0;
  padding: 0;
}
.ThemeLabel {
  font-weight: normal;
  font-size: 1.4em;
  text-decoration: none;
  background-color: #ffffff;
  color: #000000;
}
.AnalysisLabel {
  font-weight: normal;
  font-size: 1.2em;
  text-decoration: none;
  background-color: #ffffff;
  color: #000000;
}
.IndicatorMenu li {
  padding: 0px;
  margin: 5px; 
}
.IndicatorLabel {
  font-weight: normal;
  font-size: 1.2em;
  text-decoration: none;
  background-color: #ffffff;
  color: #000000;
}

