td {
    font-family: verdana,tahoma,helvetica; 
    color: #000000; 
    font-size: 13px;
    }
table{
    border-collapse: collapse;    
}
blockquote {
    font-family: Courier New, Courier, mono;
    color: #000000;
    font-size: 13px;
}    
A:link {
    text-decoration: none; 
    color: #0033CC;
    }
A:visited {
    text-decoration: none; 
    color: #0033CC;
    }
A:active {
    text-decoration: underline; 
    color: #993300;
    }
A:hover {
    text-decoration: underline;
    color: #993300;
    }
.bottom {
    background-color: #6699CC; 
    color: #000000; 
    font-family: verdana, tahoma, helvetica; font-size: 7pt;
    }
.small {
    font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10px; 
    color: #000000;
    }
input {
    background-color: <? echo $basecolor; ?>;
    border-bottom: #000000 1px solid;
    border-left: #000000 1px solid;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    color: #000000;
    font-family: Verdana, helvetica;
    font-size: 11px;
}
select {
    background-color: <? echo $basecolor; ?>;
    border-bottom: #000000 1px solid;
    border-left: #000000 1px solid;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    color: #000000;
    font-family: Verdana, helvetica;
    font-size: 11px;
}
textarea {
    background-color: <? echo $basecolor; ?>;
    border-bottom: #000000 1px solid;
    border-left: #000000 1px solid;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    color: #000000;
    font-family: Verdana, helvetica;
    font-size: 11px;
}

.admin {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
    font-style: normal; 
    font-weight: normal; 
    color: #000000;
}

.sub { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 9px; 
    font-weight: normal;
}
.tablea {
    border: <?=$border;?>px solid <?=$bordercolor;?>
}    
.tda {
    border: <?=$border;?>px solid <?=$bordercolor;?>
}