.alert {
	font-size: 80%;
	color: red;
	background-color: #FFFF99;
	margin-top: -12px;
	margin-left: -12px;
	margin-right: -12px;
	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%; }

.superscript { font-size: 65%; vertical-align: super; }
.subscript { font-size: 65%; vertical-align: sub; }

.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;
}


.nospace {
	margin: 0px;
	padding: 0px;
}
.textGray {
	color: #999999;
}

