/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 12pt;
 font-family: 'Times New Roman';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
body
{
	background: #fff;
	margin: 0;
	padding: 0;
	width: 99%;
	height: 100%;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14pt;
 font-weight: bold;
 color: #000080;
 text-transform: uppercase;
}
span.f_Heading2 /* Heading2 */
{
 font-weight: bold;
 color: #000080;
 text-transform: uppercase;
}
span.f_Heading3 /* Heading3 */
{
 font-weight: bold;
 color: #000080;
}
span.f_Heading4 /* Heading4 */
{
 font-style: italic;
 font-weight: bold;
 color: #000080;
}
span.f_Heading5 /* Heading5 */
{
 font-weight: bold;
 color: #000080;
}
span.f_ImageCaption /* Image Caption */
{
}
span.f_Notes /* Notes */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
 text-align: center;
 border-color: #ffcc99;
 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-right: none;
 border-left: none;
 padding: 6px 6px 6px 6px;
 margin: 42px -6px 32px -6px;
}
.p_Heading2 /* Heading2 */
{
 text-align: center;
 border-color: #ffcc99;
 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-right: none;
 border-bottom: none;
 border-left: none;
 padding: 6px 6px 6px 6px;
 margin: 42px -6px 32px -6px;
}
.p_Heading3 /* Heading3 */
{
 text-align: center;
 border-color: #ffcc99;
 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-right: none;
 border-bottom: none;
 border-left: none;
 padding: 6px 6px 6px 6px;
 margin: 42px -6px 32px -6px;
}
.p_Heading4 /* Heading4 */
{
 border-color: #ffcc99;
 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-right: none;
 border-bottom: none;
 border-left: none;
 padding: 6px 6px 6px 6px;
 margin: 42px -6px 32px -6px;
}
.p_Heading5 /* Heading5 */
{
 border-color: #ffcc99;
 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-right: none;
 border-bottom: none;
 border-left: none;
 padding: 6px 6px 6px 6px;
 margin: 42px -6px 32px -6px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Notes /* Notes */
{
}
