﻿body {
}
.StepsLink
{
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #010101;
	text-decoration: none;
	font-weight: normal;
}
.StepsLink:hover
{
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #616161;
	text-decoration: none;
	font-weight: normal;
}

.StepsLinkDisabled
{
    font-family: Trebuchet MS;
	font-size: 14px;
	color: #616161;
	text-decoration: none;
	font-weight: normal;
	cursor:default;
}


/*----------tyre election----------*/

.StepsLinkElection
{
	font-family: Trebuchet MS;
	font-size: 14px;
	color: White;
	text-decoration: none;
	font-weight: normal;
}
.StepsLinkElection:hover
{
	font-family: Trebuchet MS;
	font-size: 14px;
	color: White;
	text-decoration: none;
	font-weight: normal;
}

.StepsLinkDisabledElection
{
    font-family: Trebuchet MS;
	font-size: 14px;
	color: Black;
	text-decoration: none;
	font-weight: normal;
	cursor:default;
}
