.contentnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding: 10px;
	text-decoration : none;
}

A.contentnormal:hover{
	color:#cc0000;
	text-decoration : none
}

A.contentnormal:visited{
	color:#000000;
}

.contentbold{
	font-weight:bold;
}

.contentnormaltablenormal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration : none;
}

.contentnormaltablesmall{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration : none;
}

.contentsmall{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding: 7px;
	text-decoration : none;
}

A..contentsmall:hover{
	color: #cc0000;
	text-decoration : none;
}

A.contentsmall:visited{
	color:#666666;
}

.footerwhite{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: white;
	text-decoration : none;
}
A.footerwhite:hover{
	color: Silver;
	text-decoration : none;
}

.contenttable{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.contenthighlight{
	color: #cc0000;
}



