table { empty-cells:show; }

a
{
	color:Blue;
}

.maintable
{
    BACKGROUND-IMAGE: url(../img/BlueFadedBar.gif);
    BACKGROUND-REPEAT: repeat-x;
}

.button
{
	font-weight: bolder;
	font-size: smaller;
	background-image: url(../img/linkar.gif);
	width: 105px;
	color: black;
	font-family: Tahoma;
	text-decoration: none;
}

.button:hover
{
	background-image: url(../img/buttonsel.gif);
}

.bodyclass
{
	font-family: Verdana;
	font-size: smaller;
}

.boxedge
{
	background-image: url(../img/boxedge.gif);
	background-repeat: repeat-y;	
}

.boxbottom
{
	background-image: url(../img/boxbottom.gif);
	background-repeat: repeat-x;	
}

.highlight {
    background-color: coral;
}