A:link {
	color: #0000FF;
	text-decoration: underline;
}

A:visited {
	color: #000033;
	text-decoration: underline;
}

A:active {
	color: #000033;
	text-decoration: underline;
}

A:hover {
	color: #CC0000;
	text-decoration: underline;
}

TD {
	font-size: 12px;
	font-family : Arial;
}

P {
	font-size: 12px;
	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;
}