body {
		background-color: #FFFFE0;
}

table {
	width: 100%;
	margin-left: 10;
	margin-top: 50;
}



TR {
	height : 35;
}

A {
		height: 33;
		width: 99;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: bolder;
		color: White;
		font-size: 9pt;
		background-image: url(../img/button_normal.jpg);
		line-height: 30px;
		text-align: center;
		text-decoration : none;
		vertical-align: baseline;
	}

A:ACTIVE {
			color: #FFC3C3;
}

A:HOVER {
	background-image: url(../img/button_glow.jpg);
}
