a.unvisitedAndnotSent
{
    color: Green;
    text-decoration: underline;
}

a.sent
{
    color: Gray;
    text-decoration: none;
}

a.visitedAndNotSent
{
    color: Green;
    text-decoration: none;
}

a.help
{
    color: Black;
    text-decoration: underline, bold;
}

a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
    color: #E30400;
    text-decoration: underline;
}

a.sendingWizard
{
    font-size: 8pt;
    color: rgb(0, 0, 0);
    text-decoration:none;
}

a.sendingWizardSelected
{
    font-size: 8pt;
    color: #E30400;
    text-decoration:none;
    font-weight: bold;
}

a.sendingWizard:hover
{
    color: rgb(0, 0, 0);
    text-decoration:underline;
    font-weight: bold;
    font-style: italic;
}

a.sendingWizardSelected:hover
{
    color: #E30400;
    text-decoration:underline;
    font-weight: bold;
}
