/* Title:   Students CSS Doucment
   Author:  CDN
*/

.highlightText
{
    font-weight: bold;
    color: #D800BE;
}


.highlightText2
{
    font-weight: bold;
    color: #009600;
}

.highlightTextR
{
    font-weight: bold;
    padding-bottom: 10px;
    /* color: #FF0000; */
}

.highlightTextA
{
    font-weight: bold;
    /* color: #FF7F00;  */
    padding-left: 20px;
    padding-bottom: 10px;
}

.highlightTextI
{
    font-weight: bold;
    /* color: #FFFF00;  */
    padding-left: 40px;
    padding-bottom: 10px;
}

.highlightTextN
{
    font-weight: bold;
    /* color: #00FF00;  */
    padding-left: 60px;
    padding-bottom: 10px;
}

.highlightTextB
{
    font-weight: bold;
    /* color: #00FFFF;  */
    padding-left: 80px;
    padding-bottom: 10px;
}

.highlightTextO
{
    font-weight: bold;
    /* color: #0000FF;  */
    padding-left: 100px;
    padding-bottom: 10px;
}

.highlightTextW
{
    font-weight: bold;
    /* color: #8B00FF;  */
    padding-left: 120px;
    padding-bottom: 10px;
}

.paraHeader
{
    font-style: normal;
}

.contactUs
{
    visibility: hidden;
    width: 0px;
    height: 0px;
}

ul 
{
    list-style-type: none;
	
}

ul li
{
     font-style: italic;
}

body
{
    background-color: #FFFFFF;
    font-family: Lucida Sans Unicode;
}

.studHeader
{
    width: 100%;
}

.studContact
{
    display: block;
    margin: auto auto auto auto;
    padding-top: 5px;
    border: 0;
}
