@charset "utf-8";
/* CSS Document */


body {	background-color: #EBEBD8;}
h1 {font-size: 16px; font-weight: bold; margin-top:10px; margin-bottom:0px;}
h2 {font-size: 16px; font-weight: bold; margin-top:10px; margin-bottom:0px;}
h3 {font-size: 14px;font-weight: bold;}
h4 {font-size: 12px; font-weight: bold;}

#author {
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	display: block;
	clear: left;
}
.option-small {
	font-size: 11px;
	text-align: left;
	margin-bottom: 20px;
}
.option-small-last {
	font-size: 11px;
	padding-bottom: 20px;
	text-align: left;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	font-size: 11px;
	width: 650px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 20px;
	text-align: left;
}
#footer p {
	text-align: left;
	margin: 0px;
}
#header {
	background-color: #FFFFFF;
	padding: 10px;
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-bottom-color: #333333;
	text-align: left;
	height: auto;
}
#article {
	background-color: #FFFFFF;
	padding: 10px;
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #999999;
	text-align: left;
}
#logoarea {
	text-align: right;
	font-size: 11px;
	display: block;
}
#logoarea-hidden {
	display:none;
}
#article-footer {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	font-size: 11px;
	margin-top: 10px;
	clear: both;
}
.floatR {
	float: right;
}
#titlearea {
	text-align: left;
	float: left;
	width: 55%;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
#special-report {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CC0000;
	text-align: left;
	height: auto;
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 5px 10px;
	font-weight: bold;
}
#wrapper {
	text-align: center;
	padding: 10px;
}

blockquote, ol, dl {
	margin-top: 1em;
	margin-bottom: 1em;
}
ul {
	margin-left: 15px;
	padding-left: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
	display:block;
}

.list1 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2px;
	padding-left: 5px;
}

.list1 li {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(images/blt_arrow2.gif) no-repeat left 5px;
	list-style-type: none;
	display: block;
}
.list2 {
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list2 li {
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(images/blt_arrow3.gif) no-repeat left 5px;
	display: block;
}
.list3 {
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list3 li {
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(images/blt_arrow1.gif) no-repeat left 5px;
	display: block;
}
.printonly{display:none;}

