body
{
	margin: 0;
}

table.shell
{
	width: 100%;
	height: 100%;
}

td.mainContent
{
	height: 500px;
	font-family: verdana;
	font-size: 11px;
	padding: 10px;
	vertical-align: top;
}

td.mainContent table
{
	font-family: verdana;
	font-size: 11px;
}
.title
{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

.subtitle
{
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
}
td.top
{
	background-image: url('images/top_fill.jpg');
	background-repeat: repeat-x;
}

td.side
{
	background-image: url('images/side_gradient.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #A6A6A6;
	width: 130px;
}

td.SideLinks
{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

td.SideLinks A
{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 140%;
}

td.SideLinks A:Hover
{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}