﻿.navigatinArea
{
    position:absolute;
}

.styleDataEntryFormDiv
{
    position:absolute;    
    font-family: Verdana, Courier, Times New Roman;
    font-size: small;
    height: 1000px;
}
        
.aNewStyle1
{
    position: absolute;
}
 
.wineColor
{
    background-color:#AF54E0;
    color:White;
}      

.titleText
{
    font-size: larger;
    text-align: center;
    font-weight: bold;
    color: #990000;
}

.maroonText
{
    color: #800000;
}
    
.redText
{
    color: #FF0000;
}

.backGroundColor
{
    background-color: #FFFF99;    
}  

.boldFont
{
    font-weight: bold;
}
   
