A:link {
	color: #FF0000;
	text-decoration: underline;
}

A:visited {
	color: #FF0000;
	text-decoration: underline;
}

A:active {
	color: #FF0000;
	text-decoration: underline;
}

A:hover {
	color: #000000;
	text-decoration: none;
}

a:link.dark {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited.dark {
	color: #FFFFFF;
	text-decoration: none;
}

a:active.dark {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.dark {
	color: #000000;
	text-decoration: none;
}

TD {
	font-size: 11px;
	font-family : Arial;
}

P {
	font-size: 11px;
	font-family : Arial;
}

TD.dark {
	font-size: 11px;
	font-family : Arial;
	color : #FFFFFF;
}

P.dark {
	font-size: 11px;
	font-family : Arial;
}

TD.smaller {
	font-size: 10px;
	font-family : Arial;
	color : #000000;
}

P.smaller {
	font-size: 10px;
	font-family : Arial;
	color : #000000;
}

HR {
	color : #ebebeb;
	height : 1px;
}