@charset "ISO-8859-1";
/* CSS Document */

.helpBlock {
	background-color: #fcfdfd;
	width: 179px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	vertical-align: top;
}
.helpBlockRow {
	background-color: #FCFDFD;
	float: left;
	width: 635px;
	position: relative;
}

.helpBlock a, .helpBlock a:visited, .helpBlock a:active{
	font-weight: bold;
	color: #cc3a3b;
	text-decoration: none;	
}
.helpBlock a:hover{
	font-weight: bold;
	color: #cc3a3b;
	text-decoration: underline;	
}

.help-title {
	height: 36px;
	line-height: 36px;
	background-image: url(../../images/jobTitleBG.jpg);
	padding-left: 17px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}
	.help-titleTXT {
		float: left;
	}
