body {
	font-family: Verdana, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	background: #fff;
	font-size: 9pt;
}

h1, h2, h3, h4, h5, h6 {
	color:#335599;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	color:#0081BA;
	font-weight: bold;
	font-size: 11pt;
}

h3 {
	color:#333333;
	font-weight: bold;
	font-size: 10pt;
}

#sidebar,#navcontainer,.pagetop,#footer,#ibmlogo,#logo,#courseprint,#breadcrumb,#pageoptions
	{
	display: none;
}

a:link,a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

.subtitle {
	font-size: 10pt;
	font-weight: bold;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 85%;
}

#content a[href^="/"]:after {
   content: " (http://www.wtech.co.za" attr(href) ") ";
   }
 

#address {
	font-family: Verdana, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	background: #fff;
	font-size: 7pt;
	
}

table thead tr th {
	font-weight: bold;
	background: black;
	text-align: center;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 2px;
	font-size: 75%
}

table tbody tr td {
	background-color: #edf3fe;
	text-align: center;
	font-size: 72%;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px
}

table tbody tr td a {
	text-decoration: none;
	color: navy;
	border-bottom: none;
	font-weight: bold;
}

table tbody tr td a:hover {
	text-decoration: none;
	color: black;
	border-bottom: 1px dotted black;
}

table tfoot tr td {
	font-weight: bold;
	padding: 2px;
	background: #0099CB;
	text-align: center;
	color: #fff;
	font-size: 75%
}

tr.odd td {background-color: #f8f8f8;}
tr.even td {background-color: #F2F2F2;}

.traincat {
	background: #0099AA;
	color: #fff;
	font-size: 75%;
	text-align: center;
}

.traincatheader {
	text-align: left;
	background: #0099AA;
	color: #fff;
	font-size: 80%;
	padding-top: 3px;
}

.title {
	text-align: left;
}

.ibmlogo {
	padding-bottom: 5px;
	position: absolute;
	/*	left: 60px; */ /*	top: 42px; */
	right: 0px;
	top: 0px;
}

.cc_head1 {
	font-weight: bold;
	font-size: 95%;
}

.cc_detail1 {
	font-size: 95%;
}

.cc_detail1_li {
	font-size: 90%;
}

.cc_course_title {
	font-weight: bold;
	font-size: 110%;
}