.main {
  width: 100%;
}
.stuff {
  color: black;
  background: #F0F0F0;
  padding-left: 4px;
  padding-top: 4px;
}
.content {
  color: black;
  background: #F0F0F0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 500px;
  display: table-cell;
}
.leftsidebar {
  color: black;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 120px;
  display: table-cell;
}
.rightsidebar {
  color: black;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 240px;
  display: table-cell;
}
@media screen and ( max-width: 799px ) {
  .content {
    display: inline;
    padding: 0;
  }
  .leftsidebar {
    display: inline;
    padding: 0;
  }
  .rightsidebar {
    display: inline;
    padding: 0;
  }
  .loginform {
    display: table-cell;
    padding: 10px;
  }
  .logindesc {
    display: table-cell;
    padding: 10px;
  }
}
BODY {
  font-size: 11pt;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  line-height: 120%;
}
P, UL {
  line-height: 120%;
}
H1 {
font-size: 20pt;
}
H2 {
font-size: 16pt;
}
H3 {
font-size: 14pt;
}
H4 {
font-size: 12pt;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
border-width: 0px 0px 0px 0px;
line-height: 100%;
}
A {
  font: normal bold;
}
A:link { color:#D0A058; }
A:hover {
  color: #BF8C3B;
  background: pink;
}
A:visited { color:#BF8C3B; }
TD.sidebar A:link { color:#7C2C30; }
TD.sidebar A:visited { color:#182C6E; }
TD.sidebar A:hover { color:#BF8C3B; }
TD {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
}
BLOCKQUOTE {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
}
.ticker {
  font: 12px Verdana;
  text-align: center;
  text-decoration: none;
  color:white;
}
.ticker img {
  vertical-align: middle;
}
.date {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11pt;
  color: #663366;
  border-right: thin ridge #888888;
  border-bottom: thin ridge #888888;
  line-height: 200%;
}
.desc {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
}
.subdesc {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 9pt;
  color: #888888;
}
.subdescerr {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 9pt;
  color: #FF8888;
}
.title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #444444;
  font-size: 14pt;
}
.creator {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #7777BB;
  font-weight: bold;
  font-size: 12pt;
}
.author {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #77BB77;
  font-weight: bold;
  font-size: 10pt;
}
.title A:link { color: #444444; }
.title A:hover {
  color: #888888;
  background: yellow;
}
.title A:visited { color: #222222; }
.creator A:link { color: #7777BB; }
.creator A:hover {
  color: gray;
  background: yellow;
}
.creator A:visited { color: #7777BB; }
.author A:link { color: #77BB77; }
.author A:hover {
  color: gray;
  background: yellow;
}
.author A:visited { color: #77BB77; }
.msg {
  font-weight: normal;
  font-size: 12pt;
}
