﻿a 
{
    font-family: Tahoma;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    font-weight:bold;
}

a:hover 
{
}

.select 
{
    font-family: Tahoma;
    font-size: 11px;
}

.error 
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: Red;
}

.textbox 
{
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    border: 1px solid black;
    padding-left:2px;
    padding-right:2px;
}

.centered 
{
    text-align: center;
}

.bold 
{
    font-weight: bold;
}

.boldbig 
{
    font-weight: bold;
    font-size: 16px;
}

.blue 
{
    color: darkblue;
}