/* Global style for the Application */
.bgcol{
    background-color:#99FFCC;
}

.bgimg{
    background-image:url('resources/images/bg1.jpg');
    background-repeat:repeat;	
}
.bgtitle{
    font-size:18px;
    text-align: justify;
    text-justify: inter-word;
    font-weight:bold;
    font-family:verdana;
}
.bgsubtitle{
    font-size:16px;
    text-align: justify;
    text-justify: inter-word;
    font-weight:bold;
    font-family:vardana;

}
.bgcont{
    font-size:14px;
    text-align: justify;
    text-justify: inter-word;
    font-family:vardana;
}

.bgsm{
    font-size:12px;
    text-align: justify;
    text-justify: inter-word;
    font-family:vardana;
}