/*-------------------------------------------------------------------------
	T Y P O G R A P H Y   C S S
---------------------------------------------------------------------------	*/

#headerTop, #headerTop a {
	color:#FFF;
	font-weight:bold;
}
	
	#headerTop a:hover {
		color:#999;
	}
	
#callOuts p {
	color:#333;
	font-style:italic;
	font-weight:bold;
}

h1 {
	background-color:#F9CCE0;
	padding:2px 4px;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	font-style:italic;
	margin-bottom:20px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:14px;
}

#content p {
	margin-bottom:20px;
}

#footer p, #footer a {
	font-weight:bold;
	color:#FFF;
}

	#footer a:hover {
		color:#999;
	}
