.largebutton
{
	font: 14pt arial;
	color: #FFD700;
	font-weight: bold;
	background: Blue;
	border: medium outset Blue;
	border-color: Blue Navy Navy Blue;
	width: 75px;
}

.largebuttonmedium
{
   font : 14pt arial;
   color : #FFD700;
   font-weight : bold;
	background : Blue;
	border : medium outset Blue;
	border-color : Blue Navy Navy Blue;
	width : 180px;
}

.largebuttonwide
{
   font : 14pt arial;
   color : #FFD700;
   font-weight : bold;
	background : Blue;
	border : medium outset Blue;
	border-color : Blue Navy Navy Blue;
	width : 250px;
}

.mediumbutton
{
   font : 10pt arial;
   color : #FFD700;
   font-weight : bold;
	background : Blue;
	border : medium outset Blue;
	border-color : Blue Navy Navy Blue;
	width : 75px;
}

.mediumbuttonmedium
{
   font : 10pt arial;
   color : #FFD700;
   font-weight : bold;
	background : Blue;
	border : medium outset Blue;
	border-color : Blue Navy Navy Blue;
	width : 180px;
}

.mediumbuttonwide
{
   font : 10pt arial;
   color : #FFD700;
   font-weight : bold;
	background : Blue;
	border : medium outset Blue;
	border-color : Blue Navy Navy Blue;
	width : 250px;
}

.smallbutton
{
   font : 8pt arial;
   color : #FFD700;
   font-weight : bold;
	background : Blue;
	border : medium outset Blue;
	border-color : Blue Navy Navy Blue;
	width : 75px;
}

.smallbuttonmedium
{
   font:8pt arial;
   color:#FFD700;
   font-weight:bold;
	background:Blue;
	border:medium outset Blue;
	border-color:Blue Navy Navy Blue;
   padding:0 .50em 0 .25em;
   overflow:visible;
	width:180px;
}

.smallbuttonwide
{
   font : 8pt arial;
   color : #FFD700;
   font-weight : bold;
	background : Blue;
	border : medium outset Blue;
	border-color : Blue Navy Navy Blue;
	width : 250px;
}

.smallbuttonxwide
{
   font : 8pt arial;
   color : #FFD700;
   font-weight : bold;
	background : Blue;
	border : medium outset Blue;
	border-color : Blue Navy Navy Blue;
	width : 300px;
}

.smallbuttonxxwide
{
   font : 8pt arial;
   color : #FFD700;
   font-weight : bold;
	background : Blue;
	border : medium outset Blue;
	border-color : Blue Navy Navy Blue;
	width : 500px;
}

.tinybutton
{
   font : 6pt arial;
   color : #FFD700;
   font-weight : bold;
	background : Blue;
	border : medium outset Blue;
	border-color : Blue Navy Navy Blue;
	width : 75px;

}

.tinybuttonmedium
{
   font : 6pt arial;
   color : #FFD700;
   font-weight : bold;
	background : Blue;
	border : medium outset Blue;
	border-color : Blue Navy Navy Blue;
	width : 180px;

}

.tinybuttonwide
{
   font : 6pt arial;
   color : #FFD700;
   font-weight : bold;
	background : Blue;
	border : medium outset Blue;
	border-color : Blue Navy Navy Blue;
	width : 250px;
}
