/**
 *	+-----------------------------------------------------------------------------------------+
 *	APICS Hamilton Public Site CSS Style - Dynamic Text Styles (Shared with TinyMCE in the OS)
 *	+-----------------------------------------------------------------------------------------+
 */
body, td
{
	font-family:					Verdana, Arial, Helvetica, sans-serif;
	font-size:						12px;
	color:							#333333;
}


/**
 *	+-----------------------------------------------------------------------------------------+
 *	Paragraphs Titles
 *	+-----------------------------------------------------------------------------------------+
 */
.title
{
	background-color:				#EFEFEF;
	border-left:					1px solid #CC7033;
	border-top:						2px solid #CC7033;

	font-family:					Arial,Helvetica,sans-serif;
	font-size:						16px;
	font-weight:					bold;
	color:							#005B66;
	padding:							3px 0 3px 5px;
}


/**
 *	+-----------------------------------------------------------------------------------------+
 *	Pictures in the about us section
 *	+-----------------------------------------------------------------------------------------+
 */
.about_us_pictures
{
	padding:							0 5px 0 0;
}