	TD{
		font-family : Verdana, sans-serif;
		font-size : 11px;
		font-weight : normal;
		color : #000000;
	}
	
	.menu{
		color : #2C549B;
		font-size : 12px;
		font-weight : bold;
		text-decoration : none;
	}
	
	A.menu:hover{
		color : #ffffff;
		font-size : 12px;
		font-weight : bold;
		text-decoration : underline;
	}
	
	.url{
		color : #ffffff;
		font-size : 12px;
		font-weight : bold;
	}
	
	.title{
		color : #F7B559;
		font-size : 12px;
		font-weight : bold;
		padding : 15px 15px 0px 15px;
	}

	.link{
		color : #2C549B;
		text-decoration : underline;
	}
	
	A.link:hover{
		text-decoration : none;
	}
	
	.copy{
		color : #2C549B;
		text-decoration : none;
	}