A:link {
	color: #FFFFFF
	text-decoration: underline;
}

A:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

A:active {
	color: #FFFFFF;
	text-decoration: underline;
}

A:hover {
	color: #E6001D;
	text-decoration: underline;
}

A.dark:link {
	color: #FFFFFF;
	text-decoration: underline;
}

A.dark:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

A.dark:active {
	color: #FFFFFF;
	text-decoration: underline;
}

A.dark:hover {
	color: #E6001D;
	text-decoration: underline;
}

TD {
	font-size: 13px;
	font-family : Arial;
	font-weight : Bold;
	color: #000000;
}

P {
	font-size: 13px;
	font-family : Arial;
	font-weight : Bold;
	color: #FFFFFF;
}

TD.dark {
	font-size: 13px;
	font-family : Arial;
	font-weight : Bold;
	color : #000000;
}

P.dark {
	font-size: 13px;
	font-family : Arial;
	font-weight : Bold;
	color : #FFFFFF;
}

TD.smaller {
	font-size: 13px;
	font-family : Arial;
	color : #000000;
}

P.smaller {
	font-size: 13px;
	font-family : Arial;
	color : #FFFFFF;
}
