body, td, div, p, span, input
{
font-family:Verdana, Sans-Serif;
font-size:12px;
}
.style1
{
width:380px;
}
.heading1
{
font-size:16px;
font-family:Arial;
font-weight: bold;
color:Black;
}
.heading2
{
font-family:Arial;
padding:13px;
color:Black;
}
.heading3
{
font-weight:bold;
font-family: Arial;
color:White;
}
.heading4
{
font-size:13px;
font-family:Arial;
font-weight:bold;
color:Black;
}
.blackLable
{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
color: Black;
}
.gridheading
{
font-size:12px;
font-weight:bold;
font-family:Arial;
}
.gridItem
{
font-size:12px;
font-family:Arial;
}
.redLable
{
font-size:14px;
font-family:Arial;
font-weight: bold;
color:Red;
}
.errorMsg
{
font-size:12px;
font-family:Arial;
color:Red;
}
.normalText
{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
.linkText
{
font-size:12px;
font-family:Arial;
font-weight:bold;
color:Blue;
}
.blockText
{ 
font-family: Verdana;
color:White;
}

.gridheading
{
color: #ffffff;
background-color: navy;
font-size:14px;
font-weight:bold;
}
.noprint { display:none; }
.navigationlink
{
font-size: 12px;
color: white;
font-family: Verdana;
font-weight: bold;
}

.GreenButton 
{
color: White;
font-weight:bold;
background-color: #22b14c;
}

.RedButton 
{
color: White;
font-weight:bold;
background-color: #ff0000;
}
.YellowButton
{	color: black;
font-weight: bold;
background-color: #ffff33;
}
.tdleft td
{
text-align:left;
}

.message 
{
    text-align:center;
    font-size: 13px;
    color:White;
    background-color:#1f5292;
    padding: 10px;
    margin: 5px;
    clear:both;
}

.grayborder
{
    border-collapse:collapse;
    border:solid 1px gray;
}
.note
{
    color:gray;
}