A:link {
	color: #98cdff;
	text-decoration: none;
}

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

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

A:hover {
	color: #333333;
	text-decoration: underline;
}

TD {
	font-size: 13px;
	font-family : Verdana;
	color : #333333;
}

P {
	font-size: 13px;
	font-family : Arial;
	color : #333333;
}

TD.dark {
	font-size: 11px;
	font-family : Arial;
	font-weight : Bold;
	color : #FFFFFF;
}

P.dark {
	font-size: 11px;
	font-family : Arial;
	color : #FFFFFF;
	font-weight : Bold;
}

TD.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #333333;
}

P.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #333333;
}

P.dark_nobold {
	font-size: 11px;
	font-family : Arial;
	color : #FFFFFF;
}
P.title {
	font-size: 14pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight: bold;
}
