<!--

a:link		{
			color:#888888;
			text-decoration:underline;
		}

a:visited	{
			color:#0000AA;
			text-decoration:underline;
		}

a:hover		{
			color:#0000FF;
			text-decoration:underline;
		}

html		{
			margin:0px;
			padding:0px;
			overflow:auto;
			heigth:100%;
		}

body		{
			background-color:#EEEEEE;
			margin-left:0px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			padding:0px;
			overflow:auto;
			height:100%;
			font-family:Verdana;
			font-size:10;
		}

table		{
			border-width:0;
			border-collapse:collapse;
		}

td		{
			border-style:none;
			text-align:center;
		}

.top		{
			vertical-align:top;
   		}

.name		{
		 	font-family:Verdana;
			font-size:16pt;
			font-weight:bold;
		}

-->
