

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
color: black;
{
	letter-spacing: 0.2em;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #000000;
	color: black;
}

a
{
	color: blue;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	width: 798px;
	margin: 1em auto;
}

/* Header */

#header
{
	padding: 0.25em;
	text-align: center;
}

#header h1
{
	font-size: 2em;
}

#header h2
{
	font-size: 1em;
	color: black;
}

#header h1 a
{
	color: blue;
	text-decoration: none;
}

/* Menu */

#menu
{
        display: none;
}



/* Content */

#xbg1
{
        display: none;
}
#PrintOnly
{
}
#content
{
}

#content p
{
	margin-bottom: 2em;
	line-height: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	position: relative;
	color: black;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content ul
{
	margin-bottom: 2em;
	padding-left: 1em;
}

#content blockquote
{
	margin-bottom: 2em;
}

#content blockquote p
{
	border-left: solid 8px #667700;
	padding-left: 1em;
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 2em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #DFBD99;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #EFDCC2;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	position: relative;
	z-index: 2;
	float: right;
	width: 100%;
}

#primaryContent
{
	margin: 1em 1.0em 0em 1em;
	padding: 0em 0em 0em 1.5em;
}

/* Secondary Content */

#secondaryContent
{
        display: none;
}
#secondaryContent ul
{
        display: none;
}

#secondaryContent li
{
	display: none;
}

#secondaryContent li a
{
display: none;
}

#secondaryContent a:hover
{
	display: none;
}

/* Footer */

#footer
{
        display: none;
}

.clear
{
	clear: both;
}
