/* CSS Document */
<style type="text/css">
<!--
.hLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
        A.hLink:link      {color:#FFFFFF; text-decoration:none;}
        A.hLink:visited   {color:#FFFFFF; text-decoration:none;}
        A.hLink:active    {color:#FFFFFF; text-decoration:none;}
        A.hLink:hover     {color:#F6B642; text-decoration:none;}

.hLinkSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
        A.hLinkSm:link      {color:#FFFFFF; text-decoration:none;}
        A.hLinkSm:visited   {color:#FFFFFF; text-decoration:none;}
        A.hLinkSm:active    {color:#FFFFFF; text-decoration:none;}
        A.hLinkSm:hover     {color:#F6B642; text-decoration:none;}

.body {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: ;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
-->
</style>


