/* Amelia Project */

body {
	margin: 0;
	background-color: #fff;
	background-repeat: repeat-x;
}

a:link, a:visited {
	color: #003366;
}

a:hover {
	color: #003366;
	text-decoration: none;
}

.whiteborder {
	border: 1px #fff solid;
}

.bodytext {
	font-family: georgia, times, 'times new roman', serif;
	font-size: .75em;
	color: #222;
	line-height: 1.6em;
}

.inlineimage {
	padding-bottom: 20px;
}

.inlinecaption {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .7em;
	color: #464646;
	padding: 10px;
}

.form {
	font-family: arial,helvetica;
	font-size: .8em
}

.photocredit {
	border-top: 1px #ccc solid;
	color: #808080;
	margin-top: 8px;
	padding-top: 2px;
}