/* ================================
    CSS STYLES 
    v2.0, 10/2012
   ================================
*/   

Body
{
    background-color: white;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px  
}

.SiteTitle {
    font-family: Tahoma;
    font-size: 18px;
    font-weight: bold;
    color:#bb6633
}

.SiteHeading {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color:#bb6633
}

.PageTab {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}
   
.SiteSubTitle {
    font-family: Tahoma;
    font-size: 9px;
    font-weight: bold;
    color:#bb6633;
}
 
.SiteLink {
    font-family: Tahoma;
    font-size: 9px;
    color: #bb6633;
    font-weight: bold
}   

.Accent
{
    color: red;
    font-weight:    bold;
}

.SubHead    {
    font-family: Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: #bb6633;
}

.Normal
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    padding: 3px;
    margin: 3px;
}

.Small
{
    font-family: Tahoma;
    font-size: 9px;
    font-weight: normal; 
    padding: 3px;
    margin: 3px;
}

.ErrorText  {
    font-family: Tahoma;
    font-size: 11px;
    color: red;
}

table.DataTable td {
    border: 1px solid;
    border-collapse: collapse;
    padding: 3px;
    vertical-align:top;
}

table.DataTable th {
    border: 1px solid;
    border-collapse: collapse;
    padding: 3px;
    vertical-align:top;
}

table.FormTable td {
    padding: 3px;
    vertical-align:top;
}

table.FormTable th {
    padding: 3px;
    vertical-align:top;
}

a:link  {
    text-decoration: none;
    color: blue;
}

a:active  {
    text-decoration: none;
    color: blue;
}

a:visited    {
    text-decoration: none;
    color: purple;
}

a:hover {
    text-decoration: underline;
    color: green;
}



