/* CSS Document */.leftNav {	color: rgb(102, 102, 102); 	font-family: sans-serif; 	background-color:#FAECCA;  	margin: 0;	padding: 20px 0px 20px 0px;	line-height: 140%;}		.leftNav a:link, .leftNav a:visited {	border-bottom-width: 1px;	border-bottom-style: dashed;	border-bottom-color:#FAECCA;	background-color:#FFFFFF;	text-decoration: none;	text-indent: 8px;	display: block;	color: rgb(102, 51, 153);	}.leftNav a:hover, .leftNav a:active {		background-color: rgb(227, 227, 227); }
