@charset "utf-8";
/* CSS Document */

.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.contPicStyle {
	padding-left:30px;
	display: block;
	float: right;
}

.capital {
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.big {
	display:block;
	font-size:24px;
	padding-bottom:8px;
}

.white {
	color: #FFFFFF;
}

#employee_m {
	display:none;
	background-image:url(../images/0081.png);
	background-repeat:no-repeat;
	float: left;
	width: 328px;
	height: 128px;
	position: relative;
	border: 1px dashed #999999;
	margin: 2px;
}
#employee_w {
	display:none;
	background-image:url(../images/0079.png);
	background-repeat:no-repeat;
	float: left;
	width: 328px;
	height: 128px;
	position: relative;
	border: 1px dashed #999999;
	margin: 2px;
}

#emp_title {
	float: left;
	width: 228px;
	position: relative;
	margin-left: 100px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: Emblem;
	font-size: 18px;
	font-weight: bold;
	color: #FF3300;
}
#emp_name {
	float: left;
	position: relative;
	width: 150px;
	margin-left: 130px;
	font-size: 14px;
	font-weight: bold;
}
#emp_email {
	float: left;
	position: relative;	
	width: 150px;
	margin-left: 130px;
}


