.boldArea
{
    font-family: verdana;
    font-size: xx-small;
    font-weight:bold;
    color:Black;
}
.dataArea
{
    font-family: verdana;
    font-size: xx-small;
    font-weight: normal;
    color:Black;
}

.labelArea
{
    font-family: Arial;
    font-size:x-small;
    color:black;
}

.textArea
{
    font-family: verdana;
    font-size:x-small;
    font-weight: normal;
    color:black;
    
}

.titleArea
{
    font-family: verdana;
    font-size:Medium;
    font-weight: bold ;
    color:black;
    
}

.footerArea
{
    font-family: verdana;
    font-size:xx-small;
    font-weight: normal ;
    color:Gray;
    background-color:Beige;
}

.dataAreaItalics
{
    font-family: verdana;
    font-size: x-small;
    font-weight: normal;
    color:Black;
    font-style:italic ;
}

.displayarea
{
    font-family: verdana;
    font-size: xx-small;
    font-weight: normal;
    color:Black;
}

.pageHead
{
    font-family: verdana;
    font-size: x-small;
    font-weight: bold;
    color:Black;
}

.errorLabel
{
    font-family: verdana;
    font-size: xx-small;
    font-weight: bold;
    color:red;
}

.hlnkArea
{
    font-family: verdana;
    font-size: xx-small;
    font-weight: normal;
}
.headerArea
{
	font-family: Arial;
    font-size: x-small;
    font-weight: bold;
}
.titleBar
{
	font-family: verdana;
    font-size: x-small;
    font-weight: normal;
	color:black;
}

.infoArea
{
    font-family: verdana;
    font-size:xx-small;
    font-weight: bold ;
    color:white;
    background-color:Teal;
}
.whiteSpace
{
	font-family: verdana;
    font-size: x-small;
    font-weight: normal;
	color:white;
}



