<!--
    body
    {
        background-color: white;
    }

	body, td
	{
		font-family:	Arial, Helvetica, sans-serif;
		font-size:		small;
		margin-top:		0;
		margin-left:	0;
		margin-right:	0;
		margin-bottom:	0;
	}

	img
	{
		border: none;
	}

	a
	{
		color:				#000033;
		text-decoration:	none;
	}

	a:hover
	{
		color:				#0066CC;
		font-weight:		bold;
		text-decoration:	underline;
	}

	a:active
	{
		font-weight:		bold;
		text-decoration:	underline;
	}

	.title
	{
		/*font-size: 10pt;*/
		font-weight: bolder;
	}

	.menu
	{
		color: 			white;
		font-weight: 	bold;
		font-size: 		12px;
	}

	.bullet
	{
		color:			#0066CC;
		font-size: 		10pt;
		font-weight:	bolder;
	}

	.divider
	{
		border-left-width: 	1;
		border-right-width: 1;
		border-top-width: 	1;
		border-bottom: 		1px solid #DADADA;
		padding-bottom: 	3;
	}
-->
