/**
 * Style sheet typography
 */
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;
}
