body {
  font-family: Verdana,Helvetica,Arial,Tahoma,sans-serif;
  font-size:11px;
  marginheight: 0;
  marginwidth:0; 
  topmargin:0; 
  leftmargin:0; 
  bgcolor:white; 
  text:#333333;
  link:#FFFF66; 
  vlink:#FFFF99; 
  alink:#FF9900;  
}

td {
  font-size:11px;
}

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

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

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

td#header {
  background-color:darkblue;
  color:white;
  font-weight:bold;
}

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

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

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;
}
a#blue {
  color: blue;
}
a#navigation {
  text-decoration: none;
  font-weight:bold;
  line-height:16px;
  color: yellow;
}
a#navigation:hover {
  color: orange;
}

a#navigation_white {
  text-decoration: none;
  font-weight:bold;
  font-size:9;
  color: white;
}
a#navigation_white:hover {
  color: orange;
}

a#navigation_blue {
  text-decoration: none;
  font-weight:bold;
  font-size:10;
  color: blue;
}
a#navigation_blue:hover {
  color: orange;
}
a#button {
  text-decoration:none;
  background-color:#F0F8FF;
  border:1px solid grey;
  line-height:20px;
  font-size:12px;
  font-weight:bold
}
a#button:visited {
  color: blue;
}


span#news {
  font-size: 11px;
  font-style: italic;
}
span#xsmall {
  font-size: 9px;
}
span#bold {
  font-weight:bold;
}
span#emp {
  font-weight:bold;
  color:brown;
}
span#emp_orange {
  font-weight:bold;
  color:orange;
}
span#orange_lg {
  color:orange;
  font-size:19px
}
span#bold_nav {
  color:yellow;
  font-weight:bold;
}
span#attention {
  font-weight:bold;
  font-size:16px;
  color:red;
}
span#attention_black {
  font-weight:bold;
  font-size:16px;
}
span#sale{
  color: red;
}
span#mark4sale{
  text-decoration: line-through;
}
