﻿.Button
{
	background-image: url(Images/Buttons/Button.gif);
	background-repeat: no-repeat;
	display: inline-block;
	padding-top: 3px;
	padding-right:8px;
	color: #CC99CC;
	font-size: small;
	font-weight:bold;
	text-align: right;
	width: 60px;
	height: 23px;
	font-family: 'Bookman Old Style';
}
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:65px;
	height:25px;
}
.LargeButton
{ 
	background-image:url(Images/Buttons/Button-L.gif);
	width:85px;
	height:25px;
}*/