/* Print CSS */
@import url(base.css);
@import url(typography.css);
 
div#leftCol, div#header, div#footer, img {
 display: none;
 }
 
h1 {
 margin: 1em;
 height: 1em;
 width: auto;
 text-indent: 0px;
 padding: 0px 0px 50px 0px;
 border-bottom: 2px solid #CCCCCC;
 }
h1 span {
 margin: 0px;
 padding: 0px;
 height: 0px;
 width: 100%;
 }
 
div#content img, div#content a img, img. {
 display: none;
 }
 

/* TRAINING & COURSES */
table.tableCourses {
 margin: 1em 10px 3em 10px;
 padding: 0px;
 border-top: 1px solid gray;
 border-right: 1px solid black;
 border-bottom: 1px solid black;
 border-left: 1px solid gray;
 clear: right;
 }
table.tableCourses caption {
 margin: 0px;
 padding: 0px;
 background-color: transparent;
 }
table.tableCourses caption h3 {
 margin: 0px 10px;
 padding: 0px;
 font-family: optima, 'arial narrow', arial, sans-serif;
 font-style: normal;
 font-size: 2.4em;
 line-height: 1em;
 text-align: left;
 font-weight: normal;
 }
table.tableCourses th {
 margin: 0px;
 padding: 5px;
 border-top: 1px solid #AAAAAA;
 border-right: 1px solid #888888;
 border-bottom: 1px solid #888888;
 border-left: 1px solid #AAAAAA;
 }
table.tableCourses tr td {
 }
table.tableCourses tr.odd td {
 }
table.tableCourses td {
 margin: 0px;
 padding: 5px;
 border-right: 1px solid gray;
 border-bottom: 1px solid gray;
 }


 
 

		
		
