abbr, acronym {
	border-bottom: 1px dotted #942723;
	cursor: help;
}

.centered {
	text-align: center;
}

.rightalign {
	text-align: right;
}

.big {
	font-size: 1.3em;
}

input, textarea {
	border: 1px solid #942723;
	background: #FFF;
}

input.radio, input.checkbox {
	border: 0;
	background: none;
}

table.form td.left {
	padding-right: 20px;
}

table.form td.right {
	width: 300px;
	padding-right: 2px;
}

.error_text {
	color: red;
	text-align: right;
	font-weight: bold;
}

.clearer {
	clear: both;
}

.noborder {
	border: 0;
}

.notop {
	margin-top: 0;
	padding-top: 0;
}

.floatright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.alignright {
	float: right;
}

/* Site Specific */

.redtext {
	color: #942723;
}

p.sources {
	text-align: right;
	font-size: 10px;

}

div.quote {
	margin-top: 30px;
	background: url("images/quotes.gif") 5px 0 no-repeat;
}

div.quote p {
	margin: 10px 0;
	padding-left: 20px;
}

table.display {
	width: 100%;
	text-align: left;
}

table.display tr.header td {
	font-weight: bold;
}

table.display td {
	padding: 5px;
	border-bottom: 1px solid black;
}

.bold {
	font-weight: bold;
}

