
	body {
		margin-top:			0px;
		margin-bottom:		0px;
		background-color:	#fefefe; /*#5B1D3C;*/
		}
	#mainarea {
		width:				640px;
		height:				100%;
		border-left: 		outset #D0C1C9 3px;
		border-right: 		outset #D0C1C9 3px;
		background-color:	#ffffff; /*#D0C1C9;*/
		font-family: 		verdana;
		font-size: 			10pt;
		font-weight: 		normal;
	}
	#mainarea#content {
		padding-left:		10px;
		padding-right:		10px;
	}
	#footer {
		font-family:		verdana;
		font-size:			8pt;
		text-align:			center;
	}
	#footer hr {
		border:     		groove silver 2px;
	}
	#footer a {
		color:				blue;
		margin-left:		3px;
		margin-right:		3px;
	}
	h5	{
		font-family:		verdana;
		color:				#930451;
		font-size:			12pt;
		font-weight:		bold;
		margin:				20px;
	}
	A {
		color:				blue;
	}
	P {
		margin: 			30px;
	}
	img {
		margin-right: 		20px;
		margin-left: 		20px;
		margin-bottom: 		20px;
		margin-top: 		20px;
	}

.image_with_caption {
}
.image_with_caption img {
	margin-bottom: 2px;
	border: 1px solid black;
}
.image_with_caption caption {
	font-size: 8pt;
	font-style: italic;
	text-align: center;
}


