body, td {
	margin: 10px 50px;
	font-family: Georgia, Times New Roman, Verdana;
	font-size: 100%;
	}
input, textarea {
	font-family: Times New Roman, Courier;
	font-size: 90%;
	border: 1px solid #888;
	}
.small {
	font-size: 80%;
	}
.big {
	font-size: 115%;
	}
.CellError {
	background-color: #FFF;
	color: #F00;
	text-align: center;
	}
.stdBox {
	font-family: Georgia, Times New Roman, Verdana;
	font-size: 100%;
	padding: 5px;
	margin: 10px 40px;
	border: 3px solid #AAA;
	background-color: #EEE;
	color: #000;
	}
.FeatureHead {
	padding-left: 25px;
	font-style: italic;
	}
.FeatureContent {
	padding: 3px 25px 1px 45px;
	text-align: justify;
	}
.FeatureToplink {
	padding: 10px;
	text-align: center;
	font-family: verdana, arial;
	font-size: 90%;
	}
.allowed {
	font-weight: bold;
	color: green;
	}

 /* links */
.FeatureToplink:link {
	color: #00F;
	text-decoration: none;
	}
.FeatureToplink:visited {
	color: #00F;
	text-decoration: none;
	}
.sup:link {
	color: #888;
	text-decoration: none;
	font-weight: bold;
	}
.sup:visited {
	color: #888;
	text-decoration: none;
	font-weight: bold;
	}
.sup:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
.sup:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
