A:link {
	color: #004E82;
	text-decoration: none
}

A:visited {
	color: #004E82;
	text-decoration: none;
}

A:active {
	color: #666666;
	text-decoration: none;
}

A:hover {
	color: #990000;
	text-decoration: none
}

a:link.dark {
	color: #666666;
	text-decoration: none;
}

a:visited.dark {
	color: #666666;
	text-decoration: none;
}

a:active.dark {
	color: #666666;
	text-decoration: none;
}

a:hover.dark {
	color: #333333;
	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;
}