A:link	{
		background:			transparent;
		color: 			Blue;
		text-decoration: 		none;
		}
A:visited	{
		background: 		transparent;
		color: 			Blue;
		text-decoration: 		none;
		}
A:active 	{
		background: 		transparent;
		color: 			Red;
		text-decoration: 		none;
		}
Body		{
		font-family:		Arial;
		font-size:			11pt;
		color:			Black;
		text-decoration:		none;
		}
.Large	{
		background:			transparent;
		font-family:		Arial;
		font-size:			12pt;
		color:			Black;
		text-decoration:		none;
		}
.Small	{
		background:			transparent;
		font-family:		Arial;
		font-size:			9pt;
		color:			Black;
		text-decoration:		none;
		}
