body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background-color: #ffffff;
	color: black;
	line-height: 18px;
}
img { border:none; }

a:link, a:visited {
	color: #2D669A;
}
a:hover, a:active {
	color: #3785CB;
}

h1 {
	size: 16px;
	color: black;
	text-align: center;
}
h2 {
	size: 14px;
	color: #78856F;
}
h3 {
	size: 12px;
	color: #78856F;
	margin-bottom: 0px;
}

.message {
	margin: 5px 0 5px 30px;
	padding: 5px;
	border: none;
	color: green;
	font-size: 16px;
	font-weight: bold;
}
.error_message {
	margin: 5px 0 5px 30px;
	padding: 5px;
	border: none;
	color: red;
	font-size: 16px;
	font-weight: bold;
}	

/* default styles for sortable tables of info */
.pager {
	clear: both;
	line-height: 2em;
}
#sorted_list {
	margin-top: 10px;
	clear: both;
}
#sorted_list table {
	border: 1px solid black;
}
#sorted_list th {
	border: 1px solid black;
	text-align: left;
	padding: 3px;
}
#sorted_list td {
	border: 1px solid black;
	padding: 3px;
}
#sorted_list .overdue {
	color: red;
	font-weight: bold;
}
#sorted_list a {
	color: blue;
}
#sorted_list a:hover {
	color: black;
	text-decoration: underline;
}
.pager {
	margin: 10px 0;
}

.br {
	font-weight: bold;
	color: red;
}
.cntr {
	margin: 0 auto;
	text-align: center;
}
.rdtxt {
	color: red !important;
}