ul.menu
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

a {
  font-family: Arial;
  color: #FF7700;
  text-decoration: none;
}

a:hover {
  font-family: Arial;
  color: #FF3300;
  text-decoration: none;
}

a.menu {
  font-family: Arial;
  font-weight: bold;
  color: #FF7700;
  text-decoration: none;
}

a.menu:hover {
  font-family: Arial;
  font-weight: bold;
  color: #FF3300;
  text-decoration: none;
}

th {
  font-family: Arial;
  color: #C0C0C0;
  font-size: 12px;
  text-align: left;
  align: left;
  font-weight: bold;
}

td {
  font-family: Arial;
  font-size: 12px;
  color: #444444;
  vertical-align: top;
  text-align: justify;
}

input, select, textfield, textarea {
  font-family: Arial;
  font-size: 10px;
  background:#F7F7F7;
  color: #333333;
  border: 1px solid #999999;
}

img {
  border: 0px solid #999999;
}

body {
  scrollbar-face-color:#ffffff;
  scrollbar-shadow-color:#DDDDDD;
  scrollbar-track-color:#f0f0f0;
  scrollbar-shadow-color:#DDDDDD;
  scrollbar-highlight-color:#DDDDDD;
  scrollbar-arrow-color:#FF7700;
  scrollbar-base-color:#ffffff;
  scrollbar-darkshadow-color:#F0F0F0;
  margin:0px;
}

div.embedded {
  height:expression(document.body.offsetHeight - 170 + "px");
  overflow-y:auto;
}

table {
  border:solid black 0px;
  cellpadding: 2;
  cellspacing: 2;
  align: center;
}

form {
  border:solid black 0px;
  align: center;
  margin: 0px;
}

.heading {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #FF7700;
  text-align: center;
}

.subheading {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #FF7700;
}

.feed_title{
  font-size:10pt;
  font-weight:bold;
  display:block;
  text-align:left;
}

.item_title{
  font-size:8pt;
  font-weight:bold;
  display:block;
  text-align:left;
}

.link:before{
  text-align:left;
  content:'This is a formatted version of the RSS Feed. To maintain RSS-feed compliance the links below are not clickable. The source of this feed can be found at: ';
}

.item_link:before{
  text-align:left;
  content:'The whole text can be found at (please copy and paste the URL): ';
}

.link{
  text-align:left;
  font-weight:bold;
  display:block;
}

.description{
  text-align:left;
  display:block;
}

.item_description{
  text-align:left;
  font-size:8pt;
  display:block;
}

.item{
  border:solid black 1px;
  display:block;
  padding:10px;
  margin:10px;
  background-color:#EFEFEF;
}

.rss_items{
  overflow-y: auto;
  height:expression(document.body.offsetHeight - 60 + "px");
}

.right_side_feed{
  width: 10%;
  top: 0%;
  right: 0%;
  position: absolute;
  z-index: 2;
}
