H1  {
	font-size : 16pt;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : black;
}

H2  {
	font-size : 14pt;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : black;
}

H3  {
	font-size : 12pt;
	font-family : Verdana;
	font-weight : bold;
	font-style : italic;
	color : black;
}

H6  {
	font-size : 10pt;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : black;
}

BODY  {
	color : black;
	font-size : 11px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
	margin: 0;
}

A:link  {
	font-weight : normal;
	font-style : normal;
	color : blue;
}

A:hover  {
	font-weight : normal;
	font-style : normal;
	color : Navy;
}

A:visited  {
	font-weight : normal;
	font-style : normal;
	color : #3D99F5;
}

A.cndark:link   {
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration: none;
}

A.cndark:visited   {
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration: none;
}

A.cndark:hover   {
	font-weight : normal;
	font-style : normal;
	color : #404040;
	text-decoration: none;
}

A.cndark:active   {
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration:none;
}

.small
{
	font-size: 10px;
}