﻿

A:link
{
    color: #333333;
    text-decoration: none;
}
A:visited
{
    color: #333333;
    text-decoration: none;
}
A:hover
{
    color: #ff0000;
    text-decoration: none;
}

body
{
    font-size: 12px;
    margin: 0px;
    line-height: 25px;
}

ul
{
    margin:0px;
    padding:0px;
}

li
{
    margin:0px;
    padding:0px;
}

a:link
{
    color: #333333;
    text-decoration: none;
}
a:visited
{
    color: #333333;
    text-decoration: none;
}
a:hover
{
    color: #ff0000;
    text-decoration: none;
}

.titletd
{
    text-align: right;
    width: 100px;
    padding-right: 10px;
    border-bottom: 1px #3fa5cd solid;
    border-right: 1px #3fa5cd dotted;
    background:#e8edf3;
    color:#006794;
}

.valuetd
{
    text-align: left;
    vertical-align: bottom;
    padding-left: 10px;
    vertical-align: text-bottom;
    border-bottom: 1px #3fa5cd dotted;
}

.txt
{
    height: 16px;
    border: #88b4de 1px solid;
}

.lbl
{
    height: 16px;
    border: #ffffff 1px solid;
}

.btn
{
    cursor: hand;
}

.txtbox
{
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    background-color:#F7F7F7;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    font-weight: normal;
    padding:5px 0px;
}

.searchtitle
{
    font-weight:bold;
    padding-left:5px;
    font-size:14px;
}

.bt1
{
    height:20px;
    cursor:hand;
}
.bt2
{
    height:18px;
    font-size:10px;
    cursor:hand;
}