/* CSS Document */

div.leafs_note {
	background-image: url(images2/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: left top;	
	padding-top:3px;
	margin-top:5px;
	color:#7F8387;
	font-style:italic;
}

table.chart {
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
}

.text_title {
	color:#C33838;
}

div.dotted_line {
	height:1px;
	background-image: url(files/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: left top;	
	margin-bottom:5px;
	margin-top:5px;
}
.content ul {
	margin:10px 0px 10px 0px;
	padding:0px;
}
.content ul li {
	list-style:none;
	background-image:url(images2/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0px 5px;
	padding-left:15px;
	margin-bottom:3px;
}

.leafs_blue_bold {
	font-weight:bold;
	color:#153B6C;
	margin:0px;
	padding:0px;
	
}

table.chart tr.alt1 {
	background-color:#336091;
}

table.chart tr.alt2 {
	background-color:#003875;
}

table.chart tr.alt1 td, table.chart tr.alt2 td {
	padding:4px;
}

table.chart tr.alt2 td.light {
	background-color:#2B598C;
}

table.chart tr.alt1 td.light {
	background-color:#5479A3;
}

table.chart tr th {
	background-image: url(images2/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color:#04264C;
	font-weight:bold;
	color:white;
	text-align:center;
	padding:4px;
}
table.chart tr.bottom_dark  {
	background-color:#003875;
}

table.chart tr.bottom_dark tr td {
	padding:0px;
}

table.chart tr.bottom_light {
	background-color:#336091;
}

table.chart tr.bottom_light tr td {
	padding:0px;
}