@charset "utf-8";
/* CSS Document */
#content h2 {
	margin-left: 10px;
	font-size: 1em;
	color: #517ba3;
	font-style: normal;
	font-weight: bolder;
}
.bold {
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
	color: #000;
	text-align: left;
}
.centered {
	text-align: center;
}
.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: medium double #000;
}
.caption 
	{ 
	font-size: 80%;
   	font-family: Verdana, Arial, sans-serif;
   	text-align: center; 
	}
.horizontal {
	padding-bottom: 10px;
}

