﻿.BlueButton
{
	background-image: url(buttons/glassBlueButton.png);
	color: #FFFF99;
}    

a.BlueButton:hover div
{
	color: #534010;
}    
    
.YellowButton
{
	color:#534010;
	background-image: url(buttons/buttonYellow.png);
}

a.YellowButton:hover div
{
	color: White;
}

.Vista_Button
{
	color:black;
	background-image: url(buttons/vistaSkinButton.png);
}

.GrayButton
{
	background-image: url(buttons/vistaButton.png);
	color:#534010;
}
    
a.GrayButton:hover div
{
	color: White;
}

