#contentCol h2, #contentCol h3 {
	cursor:pointer;
	color:#00346A;
	text-decoration:underline;
	}

#contentCol h2:hover, #contentCol h3:hover {
	text-decoration:none;
	}

#contentCol h2 {
	background: #ededed url(/images/arrows/blueArrow.png)  520px center no-repeat;
	font-size:0.8em;
	padding: 4px;
	}

#contentCol h2.selected {
	background-image: url(/images/arrows/blueArrow_down.png);
	}

.questions li {
	margin:3px 0;
	}

.questions li h3 {
	font-size:100%;
	margin-bottom:0;
	}

.questions, .answer {
	display:none;
	}

.showme {
	display:block !important;
	}

