@charset "utf-8";
/* CSS Document */

.SummaryContainer {
	width: 252px;
	margin-right: auto;
	margin-left: auto;
}
#SummaryTop {
	background-image: url(../designs/SummaryTop.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 269px;
	background-position: bottom;
}
#SummaryMid {
	width: 269px;
	background-image: url(../designs/SummaryMid.jpg);
	background-repeat: repeat-y;
}
#SummaryBottom {
	background-image: url(../designs/SummaryBottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 11px;
	width: 269px;
}
.SummaryContent {
	padding-right: 10px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.SummaryContentHead {
	padding-top: 10px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #285086;
	text-decoration: none;
}
