.alert { font-size: 80%; color: red; background-color: #FFFF99; margin-top: -10px; margin-left: -10px; margin-right: -10px; padding: 4px; border-bottom: 1px solid #CCCCCC; }
.smart { font-size: 140%; font-family: "Times New Roman", Times, serif; font-style: italic; font-weight: bold; }
.textBlack { color: #000000; }
.textBlue { color: #006699; }
.textRed {	color: #FF0000; }
.textWhite { color: #FFFFFF; }
.small { font-size: 90%; }
.smaller { font-size: 80%; }
.smallest { font-size: 70%; }
.big { font-size: 110%; }
.bigger { font-size: 110%; }
.biggest { font-size: 130%; }
.indent {padding-left: 20px; padding-right: 20px; }
.MenuTitle {
font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
}
.MenuItem {
font-family: Arial, Helvetica, sans-serif;
}
.break {
	clear: both;
}

.box {
	border: 1px solid #006699;
	padding: 4px;
}

.box2 {
	background-color: #FFFFCC;
	padding: 4px;
	border: 1px solid #006699;
}
