h1	{
	font-family:		verdana;
	font-size:		16pt;
	font-weight:		bold;
	text-align:		center;
}
/* ----------------------------- */
h3	{
	font-family:		verdana;
	font-size:		12pt;
	font-weight:		bold;
	text-align:		center;
	margin-top:		20px;
	margin-bottom:		10px;
}
/* ----------------------------- */
h5	{
	color:			#000000;
	font-family:		verdana;
	font-size:		10pt;
	font-weight:		bold;
	text-decoration:	underline;
	margin-top:		20px;
	margin-bottom:		5px;
}
/* ----------------------------- */
body, p
{
	color:			#000000;
	font-family:		verdana;
	font-size:		10pt;
	margin-top:		3px;
	margin-bottom:		3px;
}

tr, td
{
	color:			#000000;
	font-family:		verdana;
	font-size:		10pt;
	margin-top:		0px;
	margin-bottom:		0px;
}

ul {
	margin-top:	0px;
/*	margin-left:	25px;	*/
}

li {
	padding-top:	4px;
}

/* ----------------------------- */

a.dlnk:link	{color:	#0000FF; font-weight: normal;	text-decoration: none; }
a.dlnk:visited	{color:	#0000A0; font-weight: normal;	text-decoration: none; }
a.dlnk:active	{color:	#FF00FF; font-weight: normal;	text-decoration: underline; }
a.dlnk:hover	{color:	#FF40FF; font-weight: normal;	text-decoration: underline; }

a.mlnk:link	{color:	#0000FF; text-decoration: none; }
a.mlnk:visited	{color:	#0000FF; text-decoration: none; }
a.mlnk:active	{color:	#0000FF; text-decoration: underline; }
a.mlnk:hover	{color:	#0080FF; text-decoration: underline; }

a.flnk:link	{color:	#0000FF; text-decoration: none; }
a.flnk:visited	{color:	#0000E0; text-decoration: none; }
a.flnk:active	{color:	#0000FF; text-decoration: underline; }
a.flnk:hover	{color:	#0080FF; text-decoration: underline; }

a.slnk:link	{color:	#000000; text-decoration: none; }
a.slnk:visited	{color:	#000000; text-decoration: none; }
a.slnk:active	{color:	#000000; text-decoration: none; }
a.slnk:hover	{color:	#0080FF; text-decoration: underline; }


