h1{
	font-family: Arial;
	font-size:22px;
	color: #00639c;
}

.whiteS{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}

.whiteS a:link, .whiteS a:visited{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}

.whiteS a:hover{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.whiteSS{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
}

a.whiteSS:link, a.whiteSS:visited{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
}

a.whiteSS:hover{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
	font-size:10px;
}

.imgBorder {
     border: 1px solid #FFFFFF;
}
.imgBorderBlack {
     border: 1px solid #000000;
}

a.blueSS:link, a.blueSS:visited {
	font-size:9px;
	font-weight:bold;
	color:#006692;
	text-decoration:none;
}

a.blueSS:hover {
	font-size:9px;
	font-weight:bold;
	color:#444444;
	text-decoration:none;
}

.container
{
	display:block;
}

.spanQuestion
{
	cursor:pointer;
	font-family:Verdana;
	font-size:15;
	font-weight:bold;
	color:#0198d7;
	text-decoration:none;
	border-bottom:dotted 1px;
	height:15px;
}

.question 
{
	cursor:default;
	display:block;
}

.answer 
{
	display:none;
	padding: 2 0 5 0;
}