﻿.Button
{
	background-repeat:no-repeat;
	display:inline-block;
	padding-top:3px;
	font-family:Eras Demi ITC;
	color:#FCFDE1;
	font-size:small;
	text-align:center;
}
.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;
}