A, A:link, A:active, A:visited { 
		text-decoration	:underline; 
		background			:transparent;
		FONT-SIZE       	:12px;
		FONT-FAMILY     	:Verdana;
		color					:#333;
		font-weight:		normal; 
		}

A:hover 
	{ 
   text-decoration		:underline; 
	color						:#666;
	}

FONT.notice
	{ 
   text-decoration		:none; 
	FONT-SIZE       		:10px;
	FONT-FAMILY     		:Verdana;
	color						:#999; 
	}

FONT.small_title
	{ 
   text-decoration		:none; 
	FONT-SIZE       		:10px;
	FONT-FAMILY     		:Verdana;
	color						:#666; 
	}

BODY	{
	margin-top				:10;
	margin-left				:10;
	margin-right			:10;
	margin-bottom			:10;
	FONT-SIZE       		:12px;
	FONT-FAMILY     		:Verdana;
	color						:#333; 
	font-weight:			normal; 
	}

TD	{
	FONT-SIZE       		:12px;
	FONT-FAMILY     		:Verdana;
	color						:#333; 
	font-weight:			normal; 
	}

