TABLE				{	background-repeat: no-repeat;
						background-position: bottom;
					}
				
.link	           {   font-family: Arial;
						font-size: 12;
						font-weight: bold;
						cursor: hand;
					}

.link  A:link   	{  	color: black;
						text-decoration: none;
					}

.link  A:visited	{   color: black;
					  	text-decoration: none;
				  	}

.link  A:hover		{   color: blue;
					  	text-decoration: none;
				  	}
				
.content			{   font-family: Arial;
						font-size: 10;
						font-weight: bold;
					}
				
.content2			{   font-family: Arial;
						font-size: 12;
						font-weight: normal;
					}