﻿/** Interest container **/
.PreferenceArea {
	margin-top: 12px;
	width: 100%;
}
.InterestArea {
	margin-top: 6px;
	width: 100%;
}
.InterestContent {
	margin-top: 4px;
}
.SkillArea {
	margin-top: 9px;
}
.SkillContent {
	margin-top: 4px;
	margin-left: 3px;
}

.checkList input {
	width: 15px;
}
.checkList label 
{
	font-size: 7pt;
}

.threeColumn td {
	width: 33%;
}
