A:link {
	color: #0000FF;
	text-decoration: none;
}

A:visited {
	color: #0000FF;
	text-decoration: none;
}

A:active {
	color: #000000;
	text-decoration: none;
}

A:hover {
	color: #ff0000;
	text-decoration: none;
}

TD {
	font-size: 14px;
	font-family : arial;
}

P {
	font-size: 14px;
	font-family : arial;
}

TD.smaller {
	font-size: 11px;
	font-family : arial;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : arial;
	color : #000000;
}

HR {
	color : #3399CC;
}