#programmeDescriptor h1{
	text-align:left;
	color:#000;
	font-size:15px;
	font-weight: bold;
	font-family:arial,sans-serif;
	padding:0 0 0 20px;
	margin:0;
}
#programmeDescriptor h2{
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	font-family:arial,sans-serif;
	margin:5px 0 0 0;
	padding:4px 6px 4px 6px;
	background:#555;
	border-bottom:1px solid #222;
	line-height: 110%;
}
form{margin:0;padding:0}
#programmeDescriptor h1{
	text-align:center;
	color:#446;
	font-weight: bold;
	font-size:24px;
}
#programmeDescriptor h3{
	font: lighter 180%/0.95 "Verdana",Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #000;
	margin:55px 0 5px 0;
}
#programmeDescriptor h4{
	font: lighter 140%/0.95 "Verdana",Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #222;
	margin:35px 0 5px 0;
}
#programmeDescriptor table.borders{
	/*border-collapse: collapse;*/
	margin-top:10px;
}
#programmeDescriptor table.borders{
	border-top:1px solid #222;
	border-left:1px solid #222;
}
#programmeDescriptor table.borders th{
	background:#E6E6E6;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	line-height: 110%;
}
#programmeDescriptor table.borders th.info{
	font-weight:normal;
	font-style:italic;
}
p.info{
	font-weight:normal;
	font-style:normal;
	padding:0;
	margin:0;
	color:#555;
}
#programmeDescriptor table.borders th.center, #programmeDescriptor table.borders td.center{
	text-align:center;
}
#programmeDescriptor table.borders td{
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
}

td.info{
	background-color:#FAFAFA;
	font-style:italic;
	font-weight:normal;
}


ul.simpleList{
	list-style: none none;
	margin:0;
	padding:0 5px 0 5px;
}
ul.simpleList li{
	margin:8px 0 8px 0;
	font-weight:bold;
	color:#333;
	line-height: 110%;
}

ul.simpleList li div.info{
	font-weight:normal;
	color:#222;
}

tr.noborders td{
	border:none;
}

span.notset{
	color:red;
}

img.imgBut{
	cursor:pointer;
	cursor:hand;
}

ul.simple{
	margin:0;
	padding-left:5;
	list-style:none;
}
ul.simple li{
	display:block;
	padding:5px;
	border-bottom:1px solid #CCC;
	line-height: 110%;
}

#programmeDescriptor div.pageBreak{
	margin:20px 0 0 0;
	border-top:1px dashed #AAA;
}
#programmeDescriptor div.pageBreak:after{
	content: 'PAGE BREAK';
	color:#AAA;
}

th.deliveryModeM{
	font-weight:bold;
}
th.deliveryModeE, th.deliveryModeGE1, th.deliveryModeGE2, th.deliveryModeGE3{
	font-weight:normal;
}
ol {
	display: block;
	list-style-type: decimal;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
	padding-left: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
}

ol.progExternalCodes{
	padding-left:10px;
	margin:0px 0px 0px 10px;
}
