.greyBorder
{
    BORDER-RIGHT: #c0c0c0 1px solid;
    BORDER-TOP: #c0c0c0 1px solid;
    BORDER-LEFT: #c0c0c0 1px solid;
    BORDER-BOTTOM: #c0c0c0 1px solid
}

.LightCyanBG
{
	BACKGROUND-COLOR: #eceded
}

.LightSalmon 
{
	BACKGROUND-COLOR: #ede9e7
}

.MidGrey
{
	BORDER-RIGHT: #c0c0c0 1px solid;
	BORDER-TOP: #c0c0c0 1px solid;
	BORDER-LEFT: #c0c0c0 1px solid;
	BORDER-BOTTOM: #c0c0c0 1px solid;
	BACKGROUND-COLOR: #eaeded
}

BODY
{
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

TD
{
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.NormBold
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.NormDoubleLeading
{
	LINE-HEIGHT: 20px
}

.compTitle
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #990000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.textField
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	WIDTH: 150px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #ffffff
}

.multiTextField
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	WIDTH: 150px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	HEIGHT: 100px;
	BACKGROUND-COLOR: #ffffff
}

.Button
{
	BORDER-RIGHT: #c0c0c0 2px groove;
	BORDER-TOP: #c0c0c0 2px groove;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	BORDER-LEFT: #c0c0c0 2px groove;
	COLOR: #000000;
	BORDER-BOTTOM: #c0c0c0 2px groove;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #eaeded
}

A:link 
{
	COLOR: #990000
}

A:visited
{
	COLOR: #666666
}

.BoldLeaded
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	LINE-HEIGHT: 20px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.NormPadded
{
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	FONT-SIZE: 10px;
	PADDING-BOTTOM: 10px;
	COLOR: #333333;
	LINE-HEIGHT: 16px;
	PADDING-TOP: 0px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

ul#homePage
{
    list-style-image: url('/images/tick.gif');
    line-height: 25px;
    margin: 0;
    padding: 0;
    margin-left: 50px;
}

ul#standardList
{
    list-style-type: disc;
    line-height: 17px;
    margin: 0;
    padding: 0;
    margin-left: 40px;
}

.coursesList ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.coursesList li
{
    margin: 0;
    background: #eceeed;
    padding: 10px 0 10px 20px;
    margin-bottom: 5px;
}

.coursesList li:hover
{
    background: #e0e0e0;
}

.coursesList a
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.coursesList a:hover
{
    color: #009bc9;
}

.coursesHeader
{
    background: #eceeed;
    color: #000;
    font-weight: bold;
    padding: 20px;
    margin-top: 50px;
}