body {
  font-family: Verdana,Helvetica,Arial,Tahoma,sans-serif;
  font-size:11px;
}

table#borderized {
  font-size:11px;
  border-style:solid;
  border-width:0 0 1px 1px;
  border-color:orange
}

td {
  font-size:11px;
}

td_lg {
  font-size:14px;
  font-weight:bold;
}

td#borderized {
  text-align: center;
  border-style:solid;
  border-width:1px 1px 0 0;
  border-color:orange;
  margin: 0;
  padding: 5px;
}

td#borderized_lg {
  font-size:15px;
  font-weight:bold;
  text-align: center;
  border-style:solid;
  border-width:1px 1px 0 0;
  border-color:yellow;
  margin: 0;
  padding: 5px;
}

td#underlined {
  font-size:11px;
  background-image:url('Images/underline.GIF');
  background-repeat:no-repeat;
  font-weight:bold;
}

td#li {
  width: 10px;
  vertical-align: text-top;
  color: orange;
}

a#yellow {
  color: yellow;
}
a#news {
  color:black;
  font-size: 11px;
  text-decoration: none;
}
a#news:hover {
  color: orange;
}
a#orange {
  color: orange;
}
span#news {
  font-size: 11px;
  font-style: italic;
}
span#xsmall {
  font-size: 9px;
}
