	table.ctInfo {
		width: 98%;
		border: 0px;
		padding: top 2px bottom 4px;
		font: Tahoma;
		font-size: 11px;
		text-align: center;
	}
	table.dlRes {
		width: 98%;
		border: 0px;
		padding: 0px;
		font: bold italic 14px Garamond;
		color: #663366;
		text-align: right;

	}
		table.dlRes tr {
			height: 50px;
		}

tr.headerImg { /* goes before each section */
	display: block;
	height: 38px;
	border: 0px;
	padding: 0px;
}
	tr.headerImg td {
		position: absolute;
		left: 5px;
	}

	table.skillsetReview { /* left table- frame outlined */
		width: 90%;
		border: 0px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		font: 11px Verdana;
	}
	/* Cell width title-22%, Others 6% */
		tr#skheader {
		}
		td#skrevSk {
			width: 22%;
		}
		td#skrevyr {
			width:4%;
			padding-left: 7px;
		}
		td#skrevenjy {
			width: 5%;
			padding-left: 5px;
		}

	table.offer { /* originally separate tables for each. group to one */
		width: 90%;
		border: 0px;
		font: 11px Verdana;
		margin-left: 40px;
	}
		table.offer dt {
			font: 11px Tahoma;
			font-weight: bold;
		}
	table.params {
		width: 96%
		margin-left: auto;
		margin-right: auto;
		border: 0px;
		font: 11px Verdana;
	}
			td#tone {
				font: 11px Tahoma;
				font-weight: bold;
				text-align: right;
				padding: 0px 8px 0px 40px;
			}
			td#dtwo {
				text-align: left;
				padding: 0px 40px 0px 8px;
			}
			td#tthree {
				font: 11px Tahoma;
				font-weight: bold;
				text-align: right;
				padding: 0px 8px 0px 0px;
			}
			td#dfour {
				text-align: left;
				padding: 0px 40px 0px 8px;
			}
	table.specifics {
		width: 90%;
		border: 0px;
		font: 11px Verdana;
		margin-left: 40px;
	}
		table.specifics dt {
			font: 11px Tahoma;
			font-weight: bold;
		}

	table.exp { /* originally separate tables for each. group to one */
		width: 92%;
		font: 11px Verdana;
		border: 0px;
		padding: 4px;
	}
			tr.expCompCell { /* header cell for job experience */
			height: 20px;
			vertical-align: bottom;
			text-indent: 175px;
			font: 12px Tahoma;
			font-weight: bold;
		}
			tr.expDescCell { /* experience content */
			font: 11px Tahoma;
			font-weight: bold;
			font-style: italic;
		}

	table.edu {
		margin-left: auto;
		margin-right: auto;
		width: 600px;
		font: 11px Verdana;
		border: 0px;
		padding: 0px;
	}
		tr.eduHead {
			font: 11px Tahoma;
			font-weight: bold;
		}
	table.summary {
		width: 90%;
		margin-left: 40px;
		border: 0px;
		padding: 0px;
		font: 11px Verdana;
	}
		span#fline {
			font: 11px Tahoma;
			font-weight: bold;
		}

	/* no references. the will be added on another page */

		div.education {
			background: transparent url(img/education.gif)
			top no-repeat;
		}
		div.experience {
			background: transparent url(img/experience.gif)
			top no-repeat;
		}
		div.jobparam {
			background: transparent url(img/jobparam.gif)
			top no-repeat;
		}
		div.offer {
			background: transparent url(img/offer.gif)
			top no-repeat;
		}
		div.references {
			background: transparent url(img/references.gif)
			top no-repeat;
		}
		div.skills {
			background: transparent url(img/skills.gif)
			top no-repeat;
		}
		div.skillset {
			background: transparent url(img/skillset.gif)
			top no-repeat;
		}
		div.specifics {
			background: transparent url(img/specifics.gif)
			top no-repeat;
		}
