body {
	margin-bottom : 0px;
	margin-right : 0px;
	margin-left : 0px;
	margin-top : 0px;
    top:0;
    left:0;
}

.HelpText
{
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	color: black;
	font-family: Verdana;
}

.ProgressBarText
{
	font-weight: bold;
	font-size: 16px;
	color: black;
	font-family: Verdana;
}

/* AP - 29 11 2007 - video area styles */

.printCon {
	width: 100%; /* 255 */
	margin:10px auto;
	clear:both;
	height:16px;
	padding:4px 5px;
	border-top:1px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	background-color:#F7F7F7;
	position:absolute;
	top: 250px;
}

.presentHelp {
	float:left;
	width:160px;
}
.printCv {
	display:inline;
	float:right;
	width:80px;
}

.fLeft {
	float:left;
}
