
div#page h2
{
	border-bottom: 1px solid #666;
	padding-bottom: 3px;
	margin-top: 50px;
	margin-bottom: 25px;
}

div#page h2 span
{
	background-color: #003F69;
	color: #ffffff;
	padding: 3px 10px;
	padding-right: 15px;
}

div#page p
{
	margin-left: 40px;
}

div#page ul li.subsection
{
	list-style-type: none;
	margin-bottom: 35px;
}

div#page ul a
{
	text-decoration: none;
	color: #000000;
}

div#page table
{
	width: 860px;
	margin-top: 15px;
	/* border: 1px dashed #000000; */
	margin-left: 40px;
}

div#page table th
{
	color: #ffffff;
	background-color: #333333;
}

div#page table th,
div#page table td,
div#page table td p
{
	font-size: 12px;
	font-family: Tahoma;
}

div#page table th,
div#page table td
{
	padding: 5px;
	vertical-align: top;
}

div#page table td
{
	border-bottom: 1px solid #888;
}

div#page table.withoutborder td
{
	border-bottom: none;
}

div#page table td.notrequired
{
	color: #999;
}

div#page table td.isrequired
{
	color: #900;
	font-weight: bold;
}

div#page table td p
{
	padding: 0px;
	margin: 0px 0px 8px 0px;
}

div#page table th.title,
div#page table td.title
{
	width: 180px;
	text-align: left;
}

div#page table th.type,
div#page table td.type
{
	width: 120px;
	text-align: left;
}

div#page table th.length,
div#page table td.length
{
	width: 70px;
	text-align: left;
}

div#page table th.required,
div#page table td.required
{
	width: 60px;
	text-align: center;
}

div#page table th.data,
div#page table td.data
{
	text-align: left;
}