body  {
	background-color: #ffffff;
	color : black;
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
}
h1  {
	font-size : 18pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : black;
}
h2  {
	font-size : 16pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : black;
}
h3  {
	font-size : 14pt;
	font-family : arial;
	font-weight : bold;
	font-style : italic;
	color : black;
}
h6  {
	font-size : 12pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
}
p, td  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
}
a:link  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : blue;
}
a:hover  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Navy;
}
a:visited  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #3D99F5;
}
a.cndark:link   {
	font-size : 10px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration:none;
}
a.cndark:visited   {
	font-size : 10px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration:none;
	
}
a.cndark:hover   {
	font-size : 10px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #404040;
	text-decoration:none;
}
a.cndark:active   {
	font-size : 10px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration:none;
}
.copyright  {
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #000000;
}