A
{
    color:Blue;
    text-decoration:none;
}
A:hover
{
    text-decoration: underline;
}
.ActiveInputControl
{
    background-color:ActiveCaption;
}

.TextBoxAlignRight
{
    text-align : right;
}
.TextBoxAlignCenter
{
    text-align : center;
}

.LabelAlignRight
{
    text-align : right;
}
.LabelAlignCenter
{
    text-align : center;
}
