body{
margin:0;
background: #fff;
font-size: 10pt;
font-family: Verdana, Geneva, sans-serif;
}
table.imagetab {
	width: 100%;
}
td.aright {
	text-align: right;
	width: 50%;
}
td.aleft {
	text-align: left;
}

.error {
	color: red;
}

/*** ROLL OVER BUTTON ***/
#image-sprite {
    background:url("../images/blue-button2.png");
    width:112px;
    height:31px;
}

#image-sprite:hover {
    background:url("../images/blue-button2.png");
    width:112px;
    height:31px;
    background-position:0 -30.5px;
}

td.imagesprite {
	
	text-align: center;
}

td.imagespriter {
	
	/*text-align: center;
	float: right;*/
}

td.imagesprite a{
	line-height: 26px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
td.imagespriter a{
	line-height: 26px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
/*** ROLL OVER BUTTON ***/