/**
 * Style sheet typography
 */
div#nav_custom_2 ul li a h3
{
	font-family: 'Francois One', 'LT Univers CondHeavy', 'Helvetica', sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

div#nav_custom_2 ul li a h3 sup
{
	font-family: sans-serif;
	font-weight: bold;
	font-size: 8pt;
}

h1
{
	margin-top:0;
	font-family:inherit;
	font-size:18pt;
}

h2
{
	font-family:inherit;
	font-size:14pt;
}

/* default font settings */
body, table, table tr, table tr td
{
	font-family:verdana, sans-serif;
	font-size:8pt;
	color:#333;
}

h3
{
	width:100%;
	display:block;
	margin-bottom:2px;
	font-weight:bold;
	font-size:8pt;
}

a
{
	text-decoration:none;
}

p, div.ce_text
{
	text-align:justify;
}

div#nav_main_custom ul li p
{
	text-align:left;
}

.ce_text
{
	font-size: 10pt;
}

