﻿/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */

.Object {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
.Verification {
    font-weight: bold;
    font-size: 10pt;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

.Messages {
    font-weight: bold;
    font-size: 8.5pt;
    color:Red ;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}




