A:link {
	color: #0000FF;
	text-decoration: none;
    font-weight: normal
}


A:visited {
	color: #000066;
	text-decoration: none;
}


A:active {
	color: #800080;
	text-decoration: none;
}


A:hover {
	color: #CC0000;
	text-decoration: none;
    font-weight: normal
}


A.dark:link {
	color: #FFFFFF;
	text-decoration: none;
}


A.dark:visited {
	color: #FFFFFF;
	text-decoration: none;
}


A.dark:active {
	color: #FFFFFF;
	text-decoration: none;
}


A.dark:hover {
	color: #99CCFF;
	text-decoration: none;
}


TD {
	font-size: 12px;
	font-family : Verdana;
}


P {
	font-size: 12px;
	font-family : Verdana;
}


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;
}

