#data {
	position:relative;
	left:0px;
	top: 80px;
	margin: 0px 10px 0px 320px;
	z-index:100;
	font-weight:bold;
	overflow:auto;
	height: 550px;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #fff;
	scrollbar-face-color: #5BA3E3;
	scrollbar-highlight-color: #18558C;
	scrollbar-shadow-color: #18558C;
	scrollbar-3dlight-color: #18558C;
	scrollbar-track-color: #18558C;
	scrollbar-darkshadow-color: #18558C;
}
ul {
	margin: 5px 0px 0px 20px;
	font-size: 100%;
}
li {
	margin-top: 20px;
	list-style-image: url(images/bullet_circle.gif);
}
li div ul li {
	margin-top: 7px;
	font-size: 90%;
	list-style-image: url();
	list-style-type: disc;
	color: #446;
}
li a {
	font-size:90%;
	padding-left: 20px;
	color:#666;
	text-decoration:none;
	background-image: url(images/triangle1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
li a:hover {
	color: #f00;
	background-image: url(images/triangle2.gif);
	text-decoration:underline;
}
a.nographic {
	background: ;
	padding: 0;
}
a.nographic:hover {
	background: ;
	padding: 0;
}
li span, .text {
	font-size: 90%;
	color: #444;
}
a.normal {
	color:#B90000;
	text-decoration:underline;
}
a.normal:hover {
	color: #f00;
}
#quotation {
	padding: 5px;
	margin-top:20px;
	margin-right: 15%;
	margin-left: 15%;
	border: 1px solid #A3C8ED;
	background-color: #D5E6F7;
	font-size: 85%;
	color: #000000;
	text-align:justify;
	font-style: italic;
}
#quotation div {
	margin-top: 10px;
	font-size:80%;
	color:#003399;
	text-align:right;
}
.quote {
	font-size: 80%;
	font-weight:bold;
	width:90%;
	color:#000;
	padding:3px 8px;
	border: 1px solid #888;
	margin-left:16px;
	margin-top:40px;
	background-color:#fff;
}
.quote span {
	color: #000;
}
.quote div {
	margin-top: 0px;
	font-size:80%;
	color:#333;
	text-align:right;
}
.highlight {
	font-size: 120%;
	color: #B6011D;
}
