﻿.Button
{
	background-repeat: no-repeat;
	display: inline-block;
	float:inherit;				/* make buttons display correctly in FF2*/
	padding-top: 3px;
	font-family: Eras Demi ITC;
	color: #FCFDFF;
	font-size: small;
	text-align: center;
}
A:hover.Button
{
	color: Yellow;
}
.TinyButton
{
	background-image: url(Images/Buttons/Button-T.gif);
	width: 25px;
	height: 25px;
}
.SmallButton
{
	background-image: url(Images/Buttons/Button-S.gif);
	width: 45px;
	height: 25px;
}
.MediumButton
{
	background-image: url(Images/Buttons/Button.gif);
	width: 65px;
	height: 25px;
}
.LargeButton
{
	background-image: url(Images/Buttons/Button-L.gif);
	width: 85px;
	height: 25px;
}
