@charset "UTF-8";
/* CSS Document */

/* created by Erin Cunia, 8-Jan-09 */

/* color scheme

scarlet #a02443  olive #929871


*/

body, table, tr, td {
	font-size: 14px;
	color: #929871; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
} /* olive */

body {
	background-color: #a02443;
	background-image: url(images/lyre_shadowback.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 5px;
} /*scarlet */

.footer {
	font-size: 9px;
	text-align: center;
}

a:link {
	color: #e4e5db;
	text-decoration: underline;
} /* olive 25% */

a:visited {
	color: #e4e5db;
	text-decoration: underline;
} /* olive 25% */

a:hover {
	color: #e4e5db;
	text-decoration: underline;
} /* olive 25% */

a:active {
	color: #e4e5db;
	text-decoration: none;
} /* olive 25% */

.blacktext {
	font-size: 14px;
	color: #000000;
	background-color: #e4e5db;
	vertical-align: top;
} /* bg olive 25% */

.blacklarger {
	font-size: 18px;
	color: #000000;
}
.whitetext {
	font-size: 14px;
	color: #ffffff;
}
.whitelarger {
	font-size: 18px;
	color: #ffffff;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #e4e5db;
	background-color: #a02443;
	font-weight: bold;
} /* text olive 25%, bg scarlet */
 