/**
 *	+-----------------------------------------------------------------------------------------+
 *	MMJP - Public Site
 *	Text CSS Style
 *	+-----------------------------------------------------------------------------------------+
 */

/**
 *	+-----------------------------------------------------------------------------------------+
 *	FireFox Preferences
 *	+-----------------------------------------------------------------------------------------+
 */
div > p:first-child
{
	margin-top:							0;
}
div > p:last-child
{
	margin-bottom:						0;
}
td > p:first-child
{
	margin-top:							0;
}
td > p:last-child
{
	margin-bottom:						0;
}










/**
 *	+-----------------------------------------------------------------------------------------+
 *	Core
 *	+-----------------------------------------------------------------------------------------+
 */
body, td
{
	font-family:					Verdana, Arial, Helvetica, sans-serif;
	font-size:						12px;
	color:							#000;
}










/**
 *	+-----------------------------------------------------------------------------------------+
 *	Menus & Links
 *	+-----------------------------------------------------------------------------------------+
 */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}