﻿

.body
{
    background-color: #FFFFFF;
    font-family: Tahoma;
    color: #555555;
    font-size: 14px;
    width: 100%;
    height: 100%;
}

.formPanel
{
    font-family: Tahoma;
    color: #555555;
    font-size: 14px;
    width: 313px;
    text-align: center;
}

.buttonHolder
{
    background-color: #006699;
    width: 120px;
    cursor: hand;
}

a:link
{
    font-family: Tahoma;
    color: #555555;
    font-size: 12px;
    text-decoration: underline;
}

a:hover
{
    font-family: Tahoma;
    color: #006699;
    font-size: 12px;
    text-decoration: underline;
}

a:active
{
    font-family: Tahoma;
    color: #006699;
    font-size: 12px;
    text-decoration: underline;
}

a:visited
{
    font-family: Tahoma;
    color: #006699;
    font-size: 12px;
    text-decoration: underline;
}

.txtWatermark
{
    font-size: 12px;
    font-style: italic;
}

.objCentered
{
  text-align:center;
  margin: 0px auto;
  margin-left: auto;
  margin-right: auto;

}