table.normal_button
{
	height:26px;
}
table.normal_button tr td,normal_button_large tr td, table.hover_button tr td
{
	padding:0px;
}
table.normal_button td.left
{
	background-image:url(../images/button_normal_left.gif);
	background-repeat:no-repeat;
	width:7px;
}
table.normal_button td.center
{
	background-image:url(../images/button_normal_cont.gif);
	background-repeat:repeat-x;
}
table.normal_button td.right
{
	background-image:url(../images/button_normal_right.gif);
	background-repeat:no-repeat;
	width:7px;
	height:26px;
}
table.normal_button td.center a
{
	color:#000000;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}
table.hover_button
{
	height:26px;
}
table.normal_button_large
{
	height:37px;
}

table.hover_button td.left
{
	background-image:url(../images/button_hover_left.gif);
	background-repeat:no-repeat;
	width:7px;
}
table.hover_button td.center
{
	background-image:url(../images/button_hover_cont.gif);
	background-repeat:repeat-x;
}
table.hover_button td.right
{
	background-image:url(../images/button_hover_right.gif);
	background-repeat:no-repeat;
	width:7px;
	height:26px;
}
table.hover_button td.center a
{
	color:#ffffff;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}
table.normal_button_large td.left
{
	background-image:url(../images/btn_big_l.gif);
	background-repeat:no-repeat;
	width:6px;
}
table.normal_button_large td.center
{
	background-image:url(../images/btn_big_c.gif);
	background-repeat:repeat-x;
}
table.normal_button_large td.right
{
	background-image:url(../images/btn_big_r.gif);
	background-repeat:no-repeat;
	width:6px;
	height:37px;
}
table.normal_button_large td.center a
{
	color:#000000;
	font-size:17px;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
}
table.hover_button_large
{
	height:37px;
}
table.hover_button_large td.left
{
	background-image:url(../images/btn_big_hover_l.gif);
	background-repeat:no-repeat;
	width:6px;
}
table.hover_button_large td.center
{
	background-image:url(../images/btn_big_hover_c.gif);
	background-repeat:repeat-x;
}
table.hover_button_large td.right
{
	background-image:url(../images/btn_big_hover_r.gif);
	background-repeat:no-repeat;
	width:6px;
	height:26px;
}
table.hover_button_large td.center a
{
	color:#ffffff;
	text-decoration:none;
	font-size:17px;
	padding-left:15px;
	padding-right:15px;
}
