A {
	text-decoration : none;
}
A:Visited  {
	text-decoration : none;
}

A:Active  {
	color : #FC6703;
	background : transparent;
	text-decoration : line;
}

A:Hover  {
	color : #FC6703;
	background : transparent;
	text-decoration:underline;
}

SMALL  {
	font-size : 10pt;
}

BIG  {
	font-size : 15pt;
}

TD  {
	font-size : 12pt;
}

P  {
	font-size : 12pt;
	line-height : 16pt;
}


