/* CSS Document */

.boldHeaders {

	font-family: Geneva, Arial, Helvetica, sans-serif; 

	font-style: italic; 

	font-size: 16px; 

	font-weight: bold;

	color: #5F5F5F;

}



.footer {

	color: #0C7DA7;

}



TD {

	background-color: #FFFFFF;

	font-family: Arial, Helvetica, sans-serif; 

	font-size: 12px; 

	font-weight: normal;

	color: #5F5F5F;	

	line-height: 20px;

}

.servicesHighlights {

	font-family: Arial, Helvetica, sans-serif; 

	font-size: 12px; 

	font-weight: bold;

	color: #0C7DA7;	

}

#productsLinks li {
	margin-bottom: 6px;
}
#productsLinks a:link {
	color: #4D96F0;
	text-decoration: none;
	font-weight: bold;
}
#productsLinks a:hover {
	color: #72B8FE;
}
#productsLinks a:visited {
	color: #4D96F0;
	text-decoration: none;
	font-weight: bold;
}


