﻿.Button
{
	background-image: url(Images/Buttons/Button.gif);
	background-repeat: no-repeat;
	display: inline-block;
	padding-top: 3px;
	padding-right:0px;
	color: #660033;
	font-size: 10px;
	font-weight:bold;
	text-align: center;
	width: 60px;
	height: 23px;
	font-family: "Century Gothic";
}
A.Button:hover
{
	color:White;
}
/*.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:85px;
	height:25px;
}
.LargeButton
{ 
	background-image:url(Images/Buttons/Button-L.gif);
	width:105px;
	height:25px;
}*/
