table.frame {
	margin-bottom : 4px;
}
td.redbox {
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartcolorStr="#99FFFFB0",EndcolorStr="#FFC27487");
	padding: 7px;
}
td.redtl {
	background-image: url(imgs/tlRed.gif);
	background-repeat: no-repeat;
	font-size: xx-small;
	height: 17px;
	width: 17px;
}
td.redt {
	background-image : url(imgs/tRed.gif);
	background-repeat : repeat-x;
	font-size : xx-small;
	height: 17px;
}
td.redtr {
	background-image : url(imgs/trRed.gif);
	background-repeat : no-repeat;
	font-size : xx-small;
    height: 17px;
    width: 17px;
}
td.redl {
	background-image : url(imgs/lRed.gif);
	background-repeat : repeat-y;
    font-size: xx-small;
    width: 17px;
}
td.redr {
	background-image : url(imgs/rRed.gif);
	background-repeat : repeat-y;
    font-size: xx-small;
    width: 17px;
}
td.redbl {
	background-image : url(imgs/blRed.gif);
	background-repeat : no-repeat;
	font-size : xx-small;
	height : 17px;
    width: 17px;
}
td.redb {
	background-image : url(imgs/bRed.gif);
	background-repeat : repeat-x;
	font-size : xx-small;
	height : 17px;
}
td.redbr {
	background-image : url(imgs/brRed.gif);
	background-repeat : no-repeat;
	font-size : xx-small;
	height : 17px;
    width: 17px;
}
a {
	text-decoration: none;
	color: Black;
}
a:hover {
	text-decoration: underline overline;
	background-color: #FFB0B0;
}