.text {
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: black;
}
.footer {
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #FFFF00;
        background-color: #6666FF;
}
.error {
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: red;
        background-color: white;
}
.txthdr {
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: white;
}
.login {
        font-family: Arial, sans-serif;
        font-size: 9px;
        font-weight: bold;
        color: #444;
}

xp,xtd,xbody{
		margin:0;
		padding:0;
		font-family:Arial;
		font-size:10px;
}

A:hover { text-decoration: underline; color: #000000; background-color: #D64C4C; }
A:link { text-decoration: underline; color: #444; }
A:visited { text-decoration: underline; color: #444; }
