ul {
	margin: 0;
	padding-left: 20px;
	list-style: none;
}

li {
	line-height: 18px;
	list-style-image: url(../images/arroworange.gif);
	list-style-position: outside;
	padding-left: -20px;

}

a:link {
	color: #2848A1;
	text-decoration: none;
}
a:visited {
	color: #999999; text-decoration: none;
}
a:hover {
	color: #FF6600;	text-decoration: none;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.small {
	font-size: 11px;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.replies {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.subject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
