﻿.Box
{
	width: 200px;
	font-family: Arial, Sans-Serif;
	margin-bottom:10px;
}
.BoxHeader
{
	background-image: url(/SysImages/boxtop.gif);
	height: 24px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: White;
}
.BoxBody
{
	background-image: url(/SysImages/box.jpg);
	padding: 7px;
	font-size: smaller;
}
.BoxBottom
{
	background-image: url(/SysImages/boxbottom.gif);
	height: 4px;
}
