
	
.resultTable {
	background-image: url("colors.jpg");
	background-repeat: no-repeat;
	width: 220px;
 	height: 220px;
	} 	
	
.selectedCell {  
	text-align: center; 
	vertical-align: center;
	}
.selected { 
	background-color: #CADEE7; 
	font-size: 80%; 
	text-align: center; 
	font-family: Arial, Helvetica, Sans Serif;
	}
.notselected { 
	background-color: #EEEEEE; 
	font-size: 80%; 
	text-align: center; 
	font-family: Arial, Helvetica, Sans Serif;
	}
.viability { 
	background-color: #EEEEEE;
	}
.risk { 
	background-color: #E5E5E5;
	}
.question { 
	background-color: #FFFFCB;
	}
.outertable { 
	background-color: #FFFFFF;
	}
.contentcell {
	vertical-align: top; 
	background-color: #FFFFFF;
	}
.linkcell {
	width:370px;
	}
.linkcommentcell {
	width:465px;
	}
.stopcomment {
	color: #DD0600;
	}
a:link, a:visited {
	color: #5B1A1F;
	}