.no-border { border-style: none; }

.small { font-size: 80%; }

#top-navig {
	width: 100%;
	background-color: #ffffcc;
	padding: 2px;
	margin-top: 0px;
}

body { 
	background-color: #ffffff;
	font-family: sans-serif;
}

.middle { vertical-align: middle; }

.center { text-align: center; }
.right  { text-align: right; }
.left   { text-align: left; }

.ahem { display: none; }

.heading {font-family: sans-serif; font-style: italic; }

.thislink {color: red;}

.important { color: red; font-weight: bold; }

.inset{
	margin: 1em;
}

.bordered {
	border: 2px solid black;
	padding: 0.25em 0.5em 0.25em 0.5em;
}

.ul { text-decoration: underline; }

.floatright { float: right; }
.floatleft { float: left; }
.clearright { clear: right; }
.clearleft { clear: left; }
.clearboth { clear: both; }

dfn {
	color: green;
	font-weight: bold;
	font-style: normal;
}

.incorrect { border-color: red; margin: 1em; }
.highlight { background-color: yellow; }

