.font_defult {
	font-family: "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	color: #CC9900;
}
.fontnormal {
	font-family: MS Sans Serif, Default Font;
	font-size: 11px;
	color:#333333;
	line-height: normal;
}
.textfield {
	font-family: MS Sans Serif, Default Font;
	font-size: 10px;
	color: #666666;
}
.textfield_employee {
	font-family: MS Sans Serif, Default Font;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFE1;
}
.textfield_employer {
	font-family: MS Sans Serif, Default Font;
	font-size: 10px;
	color: #666666;
	background-color: #FFDFDF;
}
.button {
	font-family: MS Sans Serif, Default Font;
	font-size: 10px;
	color: #666666;
}
.tb {
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 1px solid #034d86;
}
.link { color: #034d86; text-decoration: none}
.linkproduct { color: #034d86; text-decoration: none; font-weight: bold}
a:link { color: #0066CC; text-decoration: none}
a:visited { color: #0066CC; text-decoration: none}
a:hover { color: #FF9900; text-decoration: none}

.fonttitle {
	font-family: "MS Sans Serif", "Default Font";
	font-size: 11px;
	color:#FFFFFF;
	line-height: normal;
	background-color: #034d86;
}
.linetable {
	background-color: #FFCC33;
}
.bg-head2 {
	background-attachment: fixed;
	background-image: url(images/bg-head2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.linedotted {
	border-bottom: #6699FF 1px dotted;
}
