/*** FONT DEFINITIONS ***/
@font-face {
    font-family: 'ArialLocal';
    src: url('../font/arial.ttf') format('truetype');
  }

@font-face {
    font-family: 'ArialLocalBK';
    font-weight: bold;
    src: url('../font/ariblk.ttf') format('truetype');
  }

/***************************************/



.questionsTitle{

    font-size: 16px;
    color: darkblue;
}

.questionsText{

    font-size: 12px;
    color: #333333;
}

#resultAssessmentArea {

    font-size: 16px;
    text-align: center;
    background-color: #eeeeee;

}


/****************************/
/******** CERT AREA *********/
/****************************/

#mainCertText{
    color: darkgreen;
    font-size: 22px;
    font-family: 'ArialLocal';
}


#mainBody {

    padding-left: 50px;
    font-size: 16px;
    color: #444444;
    font-family: 'ArialLocal';
    
}


#mainBody_P2 {

    padding-left: 50px;
    font-size: 16px;
    color: #444444;
    font-family: 'ArialLocal';
    
}
/****************************/
