A:link {
	color: #FF8000;
	text-decoration: none; font-weight:bold
}

A:visited {
	color: #FF8000;
	text-decoration: none; font-weight:bold
}

A:active {
	color: #FF8000;
	text-decoration: none;
}

A:hover {
	color: #808080;
	text-decoration: none; font-weight:bold
}

a:link.dark {
	color: #FF8000;
	text-decoration: none;
}

a:visited.dark {
	color: #808080;
	text-decoration: none;
}

a:active.dark {
	color: #FF8000;
	text-decoration: none;
}

a:hover.dark {
	color: #FF8000;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.dark {
	font-size: 11px;
	font-family : Tahoma;
	color : #FFDE9B;
}

P.dark {
	font-size: 11px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Tahoma;
	color : #666666;
}

P.smaller {
	font-size: 11px;
	font-family : Tahoma;
	color : #666666;
}
