@charset "utf-8";
/* CSS Document */
.bullet-arrow {
	list-style-image: url(../Images/arrowbullet.gif);
	padding-left:20px;
}
ol {
	padding-left:15px;
	list-style-type: decimal;
}
.box-header {
	width:260px;
	height:23px;
	color:#f8ed77;
	padding: 5px 0 0 14px;
	font-size:16pt;
}
.box-header-long {
	width:360px;
	height:23px;
	color:#f8ed77;
	padding: 5px 0 0 14px;
	font-size:16pt;
	overflow:hidden;
}
.box-contents {
	width:260px;
	height:260px;
	margin:15px 0 0 10px;
	font-size:10pt;
}
.box-contents-long {
	width:430px;
	height:150px;
	margin:20px 0 0 15px;
	font-size:10pt;
}
.table-border {
	border:#000 solid 1px;
}
.img-border {
	border:#000 solid 1px;
	margin:0 4px 0 4px;
	}
.section-titles {
	width:600px;
	height:28px;
	padding-top:3px;
	border-bottom: #000 solid 1px;
	border-top: #000 solid 1px;
	font-size:15pt;
	background-image:url(../Images/star-bullet.png);
	background-repeat:no-repeat;
	text-indent:30px;
	background-position: 1px;
	color:#51371c;
	margin-bottom:10px;
}
.title-divider {
	border-bottom: #000 dotted 3px;
	font-size:13pt;
	color:#51371c;
	margin-bottom:2px;
	width:260px;
	text-decoration:none;
}
.title-divider a{
	text-decoration:none;
}
.left-body-table {
	background-color:#ececeb;
	padding:3px 0 3px 4px;
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fbf0db;
	font-size:10pt;
}
.textbox {
	border:#000 solid 1px;
	height:22px;
}
.btn {
	border:#444444 double 3px;
}
	