body 
{ background-color: #0078ff; /* #00c0c0 */
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;


  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: black;

}

a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: black;
}
a:active {
	text-decoration: none;
	color: black;
}

/* The following css classes are your border and content defining styles. */
td.top {
  background-image: url(../frame/top.gif);
  background-repeat: repeat-x;
}
td.top-l {
  background-image: url(../frame/top-l.gif);
  background-repeat: no-repeat;
}
td.top-r {
  background-image: url(../frame/top-r.gif);
  background-repeat: no-repeat;
}
td.bot {
  background-image: url(../frame/bot.gif);
  background-repeat: repeat-x;
}
td.bot-l {
  background-image: url(../frame/bot-l.gif);
  background-repeat: no-repeat;
}
td.bot-r {
  background-image: url(../frame/bot-r.gif);
  background-repeat: no-repeat;
}
