body{
    font-family:      Tahoma, Verdana;
    font-size:        14px;
    color:            #000000;
    background-color: #ffffff;
    margin: 5px;
}

a, A:link, a:visited, a:active
{color: #0000aa; text-decoration: none; font-family: Tahoma, Verdana;}
A:hover
{color: #ff0000; text-decoration: none; font-family: Tahoma, Verdana;}

p, tr, td, ul, li
{color: #000000; font-family: Tahoma, Verdana; font-size: 14px;}


th{
    font-family:         Tahoma, Verdana;
    font-size:           12px;
    font-weight:         bold;
    color:               #000000;
    background-color:    #ff9900;
    background-image:    url(./content/img/tbl_th.png);
    background-repeat:   repeat-x;
    background-position: top;
    height:              18px;
}
form{
    font-family:      Tahoma, Verdana;
    font-size:        14px;
    padding:          0px 0px 0px 0px;
    margin:           0px 0px 0px 0px;
}
select, textarea, input {
    font-family:      Tahoma, Verdana;
    font-size:        14px;
}
select, textarea{
    color:            #000000;
    background-color: #FFFFFF;
}
input.textfield{
    font-family:      Tahoma, Verdana;
    font-size:        14px;
    color:            #000000;
    /*background-color: #FFFFFF;*/
}

h1{
    font-family:      Tahoma, Verdana;
    font-size:        18px;
    font-weight:      bold;
}
h2{
    font-family:      Tahoma, Verdana;
    font-size:        13px;
    font-weight:      bold;
}
h3{
    font-family:      Tahoma, Verdana;
    font-size:        12px;
    font-weight:      bold;
}
