body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
        font-family: Arial;
        font-size: 8pt;
      }

H5      {
        font-family: Arial;
        font-size: 8pt;
        color           :       #000000;
        }


A
	{
	text-decoration	:	none;
	color		:	#000066;
	background	:	transparent;
	}

A:hover
        {
        text-decoration :       none;
        color           :       #000000;
        background      :       #EBD895
        }


A:visited
	{
	color:#3D4F83;
	}



	
	.thumbOut  {border:#FFFFFF solid;}
	.thumbOver {border:#871D1D solid;cursor:pointer;}

