A:link {
	color: #0033CC;
	text-decoration: underline;
}

A:visited {
	color: #0033CC;
	text-decoration: underline;
}

A:active {
	color: #0033CC;
	text-decoration: underline;
}

A:hover {
	color: #FF0000;
	text-decoration: underline;
}
TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #3399CC;
}

