body
{
	margin: 0px;
	background-color: #ECE7DD;
}

a
{
	color: #0000FF;
	text-decoration: underline;
}

.shell
{
	width: 80%;
	border: 1px solid #B1B1B1;
}

.sideShell
{
	width: 180px;
	border-right: 1px solid #B1B1B1;
	background-color: #F1F1F1;
	text-align: center;
	vertical-align: top;
}

.content
{
	width: 82%;
	font-family: verdana;
	font-size: 11px;
	padding: 8px;
	background-color: #FFFFFF;
	vertical-align: top;
}

.contentPlain
{
	font-family: verdana;
	font-size: 11px;
}
.bottom
{
	background-image: url('images/bottomBack.jpg');
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	height: 36px;
	padding-top: 10px;
	text-align: center;
}

.bottomTable A
{
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.bottomTable A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.bottomTable
{
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
}

.title
{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
}

.subTitle
{
	font-weight: bold;
	text-decoration: underline;
}

.calcs
{
	font-size: 11px;
	background-color: #D4D4D4;
	border: 1px solid #7D4140;
}