body
{
	/*font-family: Verdana, Arial, 'Times New Roman' , Sans-Serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.main 
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
}

table 
{
	width: 100%;
}

.bannerRow
{
	background-color: #e2e6e7;
	background-image:url(/WebDocumentation/images/banner_background.gif);
}
.bannerLogo
{
	vertical-align: middle;
	text-align: left;
}
.buttonCell
{
	vertical-align: middle;
	text-align: right;
}

.titleRow
{
	background-color: #000080;
	font-size: 18px;
	color: white;
	text-decoration: none;
	height: 40px;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
}

.contentRow
{
	padding-top: 5px;
}

.contentSideCell
{
	width: 2%;
}

.contentCell
{
	width: 95%;
	font-size: 11px;
	font-weight: bold;
}


