.textNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #CCCC99;
}
.textHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CCCC99;
}
.tableContent {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CC9999;
}

A:LINK {
	color : #9C9CFF;
	text-decoration : none;
}

A:VISITED {
	color : #9C9CFF;
	text-decoration : none;
}


A:HOVER {
	text-decoration : none;
	cursor : help;
	color : #FFFFCC;
}