﻿html {
scrollbar-face-color: #238765;

scrollbar-highlight-color: #39cc7c;

scrollbar-3dlight-color: #ffffff;

scrollbar-darkshadow-color: #7aa66b;

scrollbar-shadow-color: #95d694;

scrollbar-arrow-color: #ffffff;

scrollbar-track-color: #d7ffbe;


}


body
{
    font-family: tahoma;
    font-size: small;
    color: #000000;
   
}

.MainTitle
{
    font-size: medium;
    font-family: tahoma;
    color: #008080;
    font-weight: bold;
}

.Course
{
    font-size: large;
    font-family: tahoma;
    color: #ffffff;
    font-weight: bold;
    font-style:italic;
}

.FootNote
{
 font-family: tahoma;
    font-size: small;
    color: #ffffff;
    font-style:italic;
}

.btnStyle
{
    font-weight:bold;
 background-color:#AED8C3;
 border-width:0;
    height: 22px;
}
 
 .Centre
{
    font-size: large;
    font-family: tahoma;
    color: #008080;
    font-weight: bold;
    font-style:italic;
}
.CentreTitle
{
    font-size: large;
    font-family: tahoma;
    color: #008080;
    font-weight: bold;
}

.tableBorder
{
    border-style:solid; 
    border-color:#008080; 
    border-width:thin;

}

.bgcolour
{
    background-color: #AED8C3;
    color:Black;
    font-size: medium;
    font-weight: bold;
    font-style: italic;
}