.failHead
{
    font-family: Tahoma, Geneva;
    font-size:medium;
    color: #EF0000;
    text-align:center;
}

.failText
{
    margin-left:10px;
    margin-right:10px;
    font-family: Tahoma, Geneva;
    font-size:medium;
    color: #333333;
}

.successReturn
{
    width: 573px;
    margin-left:10px;
    margin-right:10px;
    font-family: Tahoma, Geneva;
    font-size:small;
}

.retTab
{
    width:550px;
    border-collapse:collapse;
}

.retTabHeadLeft
{
    font-family: Tahoma, Geneva;
    font-size: small;
    font-weight:bold;
    text-align:center;
    text-decoration:underline;
    width:75%;
}

.retTabHeadRight
{
    font-family: Tahoma, Geneva;
    font-size: small;
    font-weight:bold;
    text-align:center;
    text-decoration:underline;
    width:25%;
}

.retTabLeft
{
    font-family: Tahoma, Geneva;
    font-size: small;
    text-align:left;
    width:75%;
}

.retTabRight
{
    font-family: Tahoma, Geneva;
    font-size: small;
    text-align:right;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    width:25%;
}

.retTabTotLeft
{
    font-family: Tahoma, Geneva;
    font-size: small;
    text-align:right;
    width:75%;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}

.retTabTotRight
{
    font-family: Tahoma, Geneva;
    font-size: small;
    font-weight:bold;
    text-align:right;
    border: solid 1px #888888;
    width:25%;
}
.retContButton
{
    text-align:center;
}

.retContButton img
{
    border:0px;
}

.retContButton a
{
    color: #FFFFFF;
    text-decoration: none;
}

.retContButton a:hover, .retContButton a.selected
{
    background: #FFFFFF;
    color: #FFFFFF;
    text-decoration: none;
}


