A:link {
	color: #0000FF;
	text-decoration: none; line-height:100%
}

A:visited {
	color: #CC00CC;
	text-decoration: none underline
}

A:active {
	color: #0000FF;
	text-decoration: none
}

A:hover {
	color: #CC0000;
	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: #99CCFF;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana; line-height:150%; word-spacing:0
}

TD.dark {
	font-size: 11px;
	font-family : Verdana;
	color : #FFFFFF;
}

P.dark {
	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;
}