/* Standard-CSS */
.text1m  {
        font-family : Arial, sans-serif;
        font-size : 13px;
        font-weight : normal;
        color : #333300;
        text-decoration : none;
}
.text1mred  {
        font-family : Arial, sans-serif;
        font-size : 13px;
        font-weight : normal;
        color : #E00000;
        text-decoration : none;
}

.text2m  {
        font-family : Verdana, sans-serif;
        font-size : 13px;
        font-weight : normal;
        color : #333300;
        text-decoration : none;
}
.text2mred  {
        font-family : Verdana, sans-serif;
        font-size : 13px;
        font-weight : normal;
        color : #E00000;
        text-decoration : none;
}
.text2s  {
        font-family : Verdana, sans-serif;
        font-size : 10px;
        font-weight : normal;
        color : #333300;
        text-decoration : none;
}
.text2slight  {
        font-family : Verdana, sans-serif;
        font-size : 10px;
        font-weight : normal;
        color : #666633;
        text-decoration : none;
}
.text3l  {
        font-family : Times, serif;
        font-size : 16px;
        font-weight : normal;
        color : #E00000;
        text-decoration : none;
}
A:link { color: #E00000; text-decoration: none; }
A:visited { color: #E00000; text-decoration: none; }
A:hover {color: #333300; text-decoration: underline; }
A:active {color: #333300; text-decoration: underline; }

input, select, textarea { font-size:13px; font-family:Arial,sans-serif; }
input, select, textarea { color:#000000; }