/* CSS Document */

td.name {
	padding-left: 8px;
	padding-bottom: 2px;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #000000;
}

td.fund {
	background: #3B536D;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
}

td.score-blue {
	background: #E6EAF3;
	font-family: arial;
	font-size: 11px;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
}

td.score-white {
	background: #FFFFFF;
	font-family: arial;
	font-size: 11px;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
}

td.graph-title {
	background: #A6B5D2;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	}

td.return-fund-title {
	background: #517295;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
}

td.top {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	padding-top: 7px;
	padding-bottom: 7px;
	border-right: 1px solid #CCCCCC;
}

td.top-right {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	padding-top: 7px;
	padding-bottom: 7px;
}

td.bottom {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	padding-top: 7px;
	padding-bottom: 7px;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #cccccc;
}

td.bottom-right {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px solid #cccccc;
}

td.fundlist {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	border-bottom: 1px solid #cccccc;
}

td.rr-graph {
	padding-top: 12px;
}

td.graph {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
}


td.bodyc { 
	padding-top: 10px;
}

td.columnc {
	padding-top: 10px;
	padding-left: 10px;
}

A.fundlink:link {color: #000000; text-decoration: underline;}
A.fundlink:visited {color: #000000;  text-decoration: underline;}
A.fundlink:active {color: #000000; text-decoration: underline;}
A.fundlink:hover {color: #000000;  text-decoration: underline;}

