.standard { 
    font-family: verdana, arial, helvetica; 
    font-weight: normal; 
    font-size: 10px; 
    color: black; 
}

.standard_darkred { 
    font-family: verdana, arial, helvetica; 
    font-weight: normal; 
    font-size: 11px; 
    color: darkred; 
}

.table_background { 
    background-color:#f0f0f0 
}

.header_background { 
    background-color:#8c8c8c 
}

.input { 
    font-family: verdana, arial, helvetica; 
    font-size: 9px	
}

.input_hint { 
    font-family: verdana, arial, helvetica; 
    font-size: 9px; 
    color:gray 
}

.ad { 
    font-family: verdana, arial, helvetica; 
    width:140px;
    font-size:10px;
    margin: 0 auto;
    text-align: left;
    border: 2px solid #999;
    background: white;
    padding: 5px;
}

a.blue:link {
    color: #0000ff; 
}

a.blue:visited {
    color: #0000ff; 
}

a.blue:hover {
    color: #ff0000; 
}

a.blue:active {
    color: #0000ff; 
}
