﻿html, body 
{
	margin:0px;
	font-family:Arial;
	font-size:13px;
	color:#58594a;
	height:100%;
	background-color:#c9ccbf;
	SCROLLBAR-FACE-COLOR: #ebece5;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #ffffff;
    SCROLLBAR-3DLIGHT-COLOR: #000000;
    SCROLLBAR-ARROW-COLOR: #Ad2o34;
    SCROLLBAR-TRACK-COLOR: #c9ccbf;
    SCROLLBAR-DARKSHADOW-COLOR: #000000;
}
Table
{
	font-size:13px;
}
A:link
{
	color:#6c7698;
	text-decoration:underline;
	font-weight:800;
}
A:active
{
	color:#6c7698;
	text-decoration:underline;
	font-weight:800;
}
A:hover
{
	color:#dc823a;
	text-decoration:underline;
	font-weight:800;
}
A:visited
{
	color:#6c7698;
	text-decoration:underline;
	font-weight:800;
}
A:hover
{
	color:#dc823a;
	text-decoration:underline;
	font-weight:800;
}
.td1
{
	padding-left:17px;
	background-image:url('images/courses-table-column-1-backgr.gif');
	height:27px;
	color:#58594a;
	font-weight:800;
	cursor:pointer;
}
.td1On
{
	padding-left:17px;
	background-image:url('images/courses-table-column-1-backgr-on.gif');
	height:27px;
	color:#dc823a;
	font-weight:800;
	cursor:pointer;
}
.td2
{
	padding-left:17px;
	background-image:url('images/courses-table-column-2-backgr.gif');
	height:27px;
	color:#6c7698;
	font-weight:800;
	cursor:pointer;
}
.td2On
{
	padding-left:17px;
	background-image:url('images/courses-table-column-2-backgr-on.gif');
	height:27px;
	color:#dc823a;
	font-weight:800;
	cursor:pointer;
}
.td3
{
	padding-left:17px;
	background-image:url('images/courses-table-column-3-backgr.gif');
	height:27px;
	color:#6c7698;
	font-weight:800;
	cursor:pointer;
}
.td3On
{
	padding-left:17px;
	background-image:url('images/courses-table-column-3-backgr-on.gif');
	height:27px;
	color:#dc823a;
	font-weight:800;
	cursor:pointer;
}
.PagesSubTitle
{
	background-image:url('images/pages-sub-title-backgr.gif');
	padding-left:17px;
	padding-top:15px;
	color:#A6795A;
	font-weight:800;
	font-size:14px;
}
.PagesSubTitleSmall
{
	background-image:url('images/pages-sub-title-small-backgr.gif');
	padding-left:17px;
	padding-top:15px;
	color:#A6795A;
	font-weight:800;
	font-size:14px;
}
.tdItem
{
	padding-left:39px;
	background-repeat:no-repeat;
	background-image:url('images/icon-text-orange.gif');
	background-position:19px 8px;
	padding-top:3px;
	padding-bottom:3px;
}