/* TF basic elements */
body {
  background-color: white;
}
a {
  text-decoration: none;
  color: #666;
}
a:visited {
  color: #999;
}
a:active,
a:hover {
  color: #cc3333;
}
img {
  border: none;
}
h1 {
  margin: 0;
  padding: 2px 36px 3px 0;
  color: #666;
}
h2, 
h3,
h2 a, 
h3 a {
  color: #cf4c2e;
  font-weight: normal;
}
#content h2 {
  padding-bottom: 1ex;
}

/* Elements for RTE */
.Name {
  font-style: italic;
}
.Important {
  font-weight: bold;
  color: red;
}
.Sidebar {
  float: right;
  border: 1px solid silver;
  margin: 0 0 1em 1em;
  padding: 1ex 1em;
}
.Notice {
  margin: 1em 0;
  padding: 1ex 1em;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  background-color: #ffeeee;
}
.Date {
  color: #663;
  font-size: 0.6em;
}
.Right {
  float: right;
}
