@charset "utf-8";
td img {display: block;}
.whiteText1 {
	font-size: 36px;
	color: #FFFFFF;
}
.BlueText1 {
	color: #000066;
	font-weight: bold;
}
.style3 {
	color: #FFFFFF;
	font-weight: bold;
}
.style4 {
	color: #000033;
	font-weight: bold;
}
.style5 {
	font-size: 18px;
	font-weight: bold;
}
#navbar {
	padding: 8px;
	text-align: center;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}
#pageContent {
	background-color: #FFFFFF;
	height: 100%;
	padding: 20px;
}

.statusMsg {
	font-size: small;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.tableHeader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000033;
}
#categoryForm {
	text-align: center;
	padding: 10px;
}
