/* CSS Document */
	.style3 {font-size:14px;}
		td,body{
		font-family:verdana, arial, helvetica;
		font-size:11px;
		}
		.hd
		{
		font-weight:normal;
		font-size:12px;
		}
		a.nav
		{
		color:black;
		font-size:13px;
		font-weight:normal;
		text-decoration:underline;
		}
		.nav
		{
		color:white;
		font-size:10px;
		font-weight:bold;
			}
		a.foot
		{
		color:black;
		font-size:11px;
		font-weight:bold;
		}	
		.point
		{
			font-size:13px;
			font-weight:normal;
		}
		.bluepoint
		{
			font-size:13px;
			font-weight:normal;
			color:blue;
		}
		.bigpoint
		{
			font-size:13px;
			font-weight:bold;
		}
		.bigred
		{
			font-size:15px;
			font-weight:bold;
			color:blue;
		}
		a
		{
		color:white;
		font-weight:bold;
		text-decoration:none;
		}
		a:hover
		{
		text-decoration:underline;
		}

