body {
	text-align: center;
	margin: 0;
	margin-top: 39px;
}

th {
	text-align: left;
}

td {
	vertical-align: top;
}



img {
	border: 0;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}


a.button, input.button 
{
	width: 86px;					/* 86 */
	height: 23px;					/* 23 */
	color: #FFFFFF;
	border: 0;
	background: url(../images/button.gif) no-repeat;
	text-align: center;
}
a.button
{
	display: block;
	text-decoration: none;
	width: 86px;					/* 86 */
	height: 20px;					/* 23 */
	padding-top: 3px;
}
a.button:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
input.button 
{
	width: 86px;					/* 86 */
	height: 23px;					/* 23 */
}


a.button_small, input.button_small {
	width: 23px;					/* 23 */
	height: 23px;					/* 23 */
	color: #FFFFFF;
	border: 0;
	background: url(../images/button_small.gif) no-repeat;
	text-align: center;
}
a.button_small 
{
	display: block;
	text-decoration: none;
	float: left;
	margin-right: 5px;
	width: 23px;					/* 23 */
	height: 20px;					/* 23 */
	padding-top: 3px;
}
a.button_small:hover 
{
	color: #FFFFFF;
	text-decoration: none;
}
input.button_small {
	width: 23px;					/* 23 */
	height: 23px;					/* 23 */

}
