td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a { color: #000000 }
a:hover{ text-decoration: underline }
a.menu:hover { text-decoration: underline }
a.redbold {
	color: #800000;
	font-weight: bold;
	text-decoration: underline;
}
a.bluebold {
	color: #474785;
	font-weight: bold;
	text-decoration: none;
}
a.white {
	color: #ffffff;
	text-decoration: underline;
}
.topNav {
	color: #fcfcfc;
	font-size: 13px;
	text-decoration: none;
}
.menu {
	line-height: 1.5;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.menuSelected {
	background-color: #802020;
	color: #fcfcfc;
	font-size: 11px;
	font-weight: bold;
}
.text {
	font-size: 14px;
	font-style: normal;
}
.header {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-top: 6px;
}
.name {
	font-size: 11px;
	font-style: normal
}
.smallmessage {
	font-size: 12px;
	font-style: normal;
	color: #ff0000
}
.rows {
	font-style: normal;
	padding-left: 6px;
	font-weight: bold;
	background-image: url(https://www.teaching-tools.com/images/rows.gif);
	background-repeat: no-repeat;
	color: #000000
}
#previewImg { border-color: #c9c9c9 }
#previewImg2 { border-color: #c9c9c9 }
textarea,
.input {
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-color: #f0f0f0;
	color: #000;
	border: 1px solid #555;
}
textarea {
	padding: 8px 10px;
	line-height: 1.4;
}
::placeholder {
	font-style: italic;
}
.button {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #800000;
	color: #ffffff;
	border: none;
	padding: 6px 10px;
	cursor: pointer
}
.underlined {
	font-style: italic;
	text-decoration: underline;
	font-weight: bold
}
li.bullet {
	list-style-image : url(https://www.teaching-tools.com/images/bullet.gif);
	margin-left: 10px;
	margin-top: 4px
}
li.star {
	list-style-image : url(https://www.teaching-tools.com/images/star.gif);
	margin-left: 10px;
	margin-top: 4px
}
hr {
	width: 100%;
	height: 1px;
	border: 0;
	background-color: #303039;
	color: #303039
}

.menuHeading {
	background-color: #303060;
	color: #fcfcfc;
	font-size: 12px;
	padding: 8px 0;
	text-transform: uppercase;
}

.submenu {
	background-color: #dddde9;
	padding: 6px;
	font-family: arial;
	font-size: 14px;
}

.hp {
	display: none;
}