/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
body {
	color: rgb(0,0,0);
	background-color: rgb(253,226,181);
	font-family: 'Lucida Calligraphy', cursive;
}
a:link {
	color: rgb(128,0,0);
}
a:visited {
	color: rgb(128,128,128);
}
.fontArial {
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 18px;
}
.size16 {
	font-size: 16px;
}
.left {
	float:left; 
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.picSpacer {
	margin-bottom:3px;
}
#content {
	width:613px;
	margin-top:16px;
}
#contentBox {
	background-color: rgb(194,165,111);
}
#contentBox p:first-child {
	padding-top:5px;
	margin-top:0;
}
#contentBox p:last-child {
	padding-bottom:5px;
	margin-bottom:0;
}
span.red, span.green {
	font-weight:bold;
}
span.red {
	color: rgb(128,0,0);
}
span.green {
	color: rgb(0,128,0);
}
.imgTopSpace {
	margin-top:10px;
}
.textCenter {
	text-align:center;
}