@charset "utf-8";
/* CSS Document */
body{
	background-color:#ffffff;
}
a.tooltip:hover {background:#f1eaf2; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:2px 3px; margin-top:-70px; margin-left:-240px; width:180px;}
a.tooltip:hover span{font-size:11px;display:inline; position:absolute; background:#000; border:1px solid #cccccc; color:#f5f5f5;padding:10px}

.maintext{
	color:#003e7e;
	font-family:lucida grande, lucida sans unicode,Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:20px;
}
.maintext_p{
	color:#ffffff;
	font-family:lucida grande, lucida sans unicode,Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:30px;
	vertical-align: top;
}
#primary-content {
	margin: 0 auto;
	color: #333;
	width: 236px;
	text-align: justify;
	}

.emp{
	font-weight:bold;
	font-size:24px;
	color:#1b1749;
}
.emp2{
	font-weight:bold;
	font-size:24px;
	color:#525252;
}
.emp3{

	font-size:12px;
	color:#fff;
}
.emp4{

	font-size:18px;
	color:#525252;
}
.title{
	font-size:22px;
	fotn-weight:bold;
	color:#003e7e;
	margin-bottom:15px;
}
.spec{
	margin-bottom:25px;
	margin-top:25px;
}
.spec td{
	padding:4px;
	font-size:10px;
	font-family:lucida grande, lucida sans unicode,Arial, Helvetica, sans-serif;
	color:#525252;
	border-bottom:1px solid #cccccc;
}
.spec td.t1{
	border:1px solid #ccc;
}

.spec td.head{
	color:#000000;
}