A:link {
	color: #003300;
	text-decoration: none;
}

A:visited {
	color: #003300;
	text-decoration: none;
}

A:active {
	color: #003300;
	text-decoration: underline;
}

A:hover {
	color: #007D00;
	text-decoration: underline;
}

A.dark:link {
	color: #003300;
	text-decoration: none;
}

A.dark:visited {
	color: #003300;
	text-decoration: none;
}

A.dark:active {
	color: #003300;
	text-decoration: underline;
}

A.dark:hover {
	color: #007D00;
	text-decoration: underline;
}

TD {
	font-size: 9pt;
	font-family : Tahoma, Verdana;
}

P {
	font-size: 12px;
	font-family : Tahoma;
	color : #000000;
}

TD.dark {
	font-size: 12px;
	font-family : Tahoma, Verdana;
	color : #7E7E72;
}

P.dark {
	font-size: 12px;
	font-family : Tahoma, Verdana;
}

TD.smaller {
	font-size: 12px;
	font-family : Tahoma, Verdana;
	color : #7E7E72;
}

P.smaller {
	font-size: 9pt;
	font-family : Tahoma, Verdana;
	color : #C0C0C0;
}