#titleBar,
#railLeft,
#railRight,
#footer,
#content a.top
{
	display: none;
}

body
{
	margin: 0 50px 0 20px;
	padding: 0;
	font-size: 62.5%;
	background-color: #fff;
	
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

#content h1, #content h2, #content h3
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #003399;
	padding: 5px 0;
}

#content h1
{
	font-size: 2.2em;
}

#content h2
{
	font-size: 1.6em;
	font-weight: bold;
}

#content h3
{
	font-size: 1.4em;
	font-weight: bold;
}

#content p
{
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 2px 0 5px 0;
}

#content p.sectionLink
{
	display: none;
}

#content .disclaimer p
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.1em;
	padding: 10px 0 0 0;
	clear: both;
}

#content ul
{
	margin: 0 0 0 30px;
	font-size: 1.2em;
	list-style-type: disc;
	padding: 5px 0 15px 0;
}

#content ul li
{
	padding: 5px 0 5px 5px;
	background-image: none;
}

#content table
{
	margin: 10px 0 20px 0;
	font-family: Arial, Helvetica, Sans-Serif;
	border-collapse: collapse;
	border: outset 1px #aaa999;
}

#content table th
{
	color: #003399;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	vertical-align: top;	
	padding: 4px 7px;
	border: inset 1px #aaa999;
	background-color: #eeeedd;
}

#content table td
{
	font-size: 1.4em;
	padding: 4px 7px;
	border: inset 1px #aaa999;
}

#content table td.rowTitle
{
	background-color: #eeeedd;
	font-weight: bold;
}