FONT {
	FONT-SIZE: 14px;
	font-family: Trebuchet MS, Lucida Grande, sans-serif;

	
}
TD {
	FONT-SIZE: 14px; 
		font-family: Trebuchet MS, Lucida Grande, sans-serif;

}
BODY {
	FONT-SIZE: 14px; 
		font-family: Trebuchet MS, Lucida Grande, sans-serif;
}
P {
	FONT-SIZE: 14px;
	font-family: Trebuchet MS, Lucida Grande, sans-serif;

	
}
DIV {
	FONT-SIZE: 14px; 
		font-family: Trebuchet MS Lucida Grande, sans-serif;
}
INPUT {
	FONT-SIZE: 14px; 
		font-family: Trebuchet MS, Lucida Grande, sans-serif;
}
TEXTAREA {
	FONT-SIZE: 14px;
	font-family: Trebuchet MS, Lucida Grande, sans-serif;
}
FORM {
	FONT-SIZE: 14px; 
	font-family: Trebuchet MS, Lucida Grande, sans-serif;
}

.headline {
	FONT-SIZE: 36px; 
	font-family: Trebuchet MS, Lucida Grande, sans-serif;
	color: #DF270F;
	font-weight:bold;
	text-decoration:none
}


.subhead {
	FONT-SIZE: 8px; 
	font-family: Trebuchet MS, Lucida Grande, sans-serif;
	color: #000000;
}

.areaHead {
	FONT-SIZE: 18px; 
	font-family: Trebuchet MS, Lucida Grande, sans-serif;
	color: #333333;
	font-weight:bold;
}
.footer {
	FONT-SIZE: 11px; 
	font-family: Trebuchet MS, Lucida Grande, sans-serif;
	color: #ffffff;
	
}

.question {
	color: #ff0000;
	font-style:italic;
	font-weight:bold;
}

.answer {
	color: #000000;
	text-decoration:underline;
}

.answerSource {
	color: #000000;
font-weight:bold;
}

.link {
	text-decoration:none;
	color:#000000;
}

a.link:hover {
	text-decoration:underline;
}

.linkBold {
	text-decoration:none;
	font-weight: bold;
	color:#000000;
}

a.linkBold:hover {
	text-decoration:underline;
}

