﻿body {
	padding: 0px 20px 0px 20px;
	background-color:#E0E7E0
}
.imageright {
	margin: 2px 0px 2px 5px;
	border-style: solid;
	border-width: 1px;
	float: right;
}
.center {
	text-align: center;
}
.tcenter {
	margin: 0px auto 0px auto;
}
.medium {
	font-size: medium;
}
.large {
	font-size: large;
}

	/* box styles */
	.layout { width: 50%; margin: 0px auto 0px auto; padding: 0px 0px 0px 0px; border: 0px; }
	.box { position: relative; width: 100%; margin: 5px 5px 0px 0px; }
	.inner { padding: 1px 10px 1px 10px; }
	.white { background:white; }
	/* corners */
	.corner { position: absolute; width: 10px; height: 10px; background: url('corners.png') no-repeat; font-size: 0%; }
	.TL { top: 0; left: 0; background-position: 0 0; }
	.TR { top: 0; right: 0; background-position: -10px 0; }
	.BL { bottom: 0; left: 0; background-position: 0 -10px; }
	.BR { bottom: 0; right: 0; background-position: -10px -10px; }
