@charset "utf-8";
/* CSS Document */

/*highlight box*/
.box {
	width:590px;
	padding: 20px 0 20px 4px;
	margin-top: 10px;
}
.box .t { background:#FFFFFF url(../images/ul_corner.jpg) no-repeat left top;}
.box .b { background:url(../images/ur_corner.jpg) no-repeat right top;}
.box .l { background:url(../images/ll_corner.jpg) no-repeat left bottom;}
.box .r { background:url(../images/lr_corner.jpg) no-repeat right bottom;}

.box p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: .9em;
	line-height: 1.2em;
}
.box h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	padding: 20px 20px 3px;
	color: #c61d23;
	line-height: 1em;
	font-weight: bold;
}

.box h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #000;
	padding: 5px 20px 3px;
}

.box h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #012a75;
	padding: 5px 20px 3px;
}
#content .box .t .b .l .r ul li {
	list-style: url(../images/bullet.jpg) outside;
}

/* end box */

#content {
	margin: 0px 36px 0 330px;
	padding: 10px 0px 10px 0px;
	line-height: 18px;
	color: #000;
}

