.text
{
 font-family: Arial;
 font-size: 13px;
 }
.headertext
{
 font-family: "Times New Roman";
 text-decoration: underline;
 color: #E73410;
 font-size: 20px;
 }
 .paneltext
{
    font-family: Arial;
    font-size: 13px;
    color: #006600;
    font-style: normal;
    font-weight: bold;
}
 .textcriteria
{
 font-family: Arial;
 font-size: 12px;
 color: Black;
 }
.questionnumbering
{
 font-family: Arial;
 font-size: 13px;
 text-decoration: underline;
 color: #4F7E47;
}
.questiontext
{
 font-family: "Times New Roman";
 font-size: 18px;
 color: #E73410;
}
.notificationtext
{
    font-family: "Times New Roman";
    font-size: 13px;
    color: #666666;
}
.mainmenu
{
    font-style: italic;
    font-weight: bold;
    font-family: "Times New Roman" ;
    font-size: "larger" ;
}
.mainmenunode
{
    font-family: "Times New Roman" ;
    font-size: "x-large" ;
    color: #84CF7B ;

}
.mainmenuselectednode
{
    color: #CC0000 ;
}
.mainmenuovernode
{
    color: #4F7E47 ;
    
}
.TabMenuContainer
{  
    border-top: solid 1px black;
}
.TabMenuItem
{  
    background-color: #FFFFBC;  
    text-align:center;  
    font-size: xx-small;  
    border: solid 1px black;  
    border-left: none;  
    padding: 3px 3px 3px 3px;
}
.TabMenuItemSelected  
{
    background-color: White;  
    text-align:center;  
    font-size: xx-small;  
    border-right: solid 1px black;  
    border-bottom: none;  
    border-top: none;  
    border-left: none;  
    padding: 5px 3px 5px 3px;
}