.alert {
	border:2px solid #cc0000;
	padding:1%;
	font-size:120%;
	font-weight:bold;
	text-align: center;
	background-color: #ffcfd5;
}

.notice {
	border:2px solid #006600;
	padding:1%;
	font-size:120%;
	font-weight:bold;
	text-align: center;
	background-color: #80B380;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.mainTable {
	border: 1px solid #000000;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
}
.menuLeft {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000000;
}
.menuItem {
	border: 1px solid #000000;
	cursor: hand;
	background-color: #9999CC;


}
.imageLink {
	border: 1px solid #000000;
}
.imageLink:visited {
	border: 1px solid #000000;
}
.menuHeader {

	border: 1px solid #000000;
	background-color: #000099;
}
.menuItemOver {

	border: 1px solid #000000;
	cursor: hand;
	background-color: #CC0000;
	color: #FFFFFF;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
