.Link {
	text-align: center;
	background-color: #6699CC;
}
.NavBar {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CCCCFF;
	font-size: small;
	border: thin solid #9999FF;
}
.textSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.textNormal {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.textNormalBlue {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
.textBoldBlue {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-weight: bold;
}
.textTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #000000;
}
.textError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}
.tableRow {
	background-color: #EFEFEF;
}
.tableCategory {
	background-color: #E1F0FF;
}
.tableHeader {

	background-color: #66CCFF;
}
.textTiny {

	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}
.tableSelected {

	background-color: #999999;
}
.hidden {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
}
