/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 11px;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_Format3 /* Format3 */
{
 font-size: 13px;
 color: #000000;
}
span.f_Format4 /* Format4 */
{
 font-size: 13px;
 color: #000000;
}
span.f_Format5 /* Format5 */
{
 font-size: 13px;
 color: #000000;
}
span.f_Format6 /* Format6 */
{
 font-size: 13px;
 color: #000000;
}
span.f_Heading2 /* Heading 2 */
{
 font-size: 15px;
 font-family: 'Georgia';
 color: #a0161d;
}
span.f_Heading2TitleHeading /* Heading 2 Title Heading */
{
 font-size: 15px;
 font-family: 'Georgia';
 color: #000080;
}
span.f_Heading4 /* Heading 4 */
{
 font-size: 12px;
 font-family: 'Georgia';
 font-weight: bold;
}
span.f_Headingredunderlined /* Heading, red underlined */
{
 font-size: 16px;
 font-weight: bold;
 color: #ff0000;
 text-decoration: underline;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 21px;
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-weight: bold;
}
span.f_IndentedList /* Indented List */
{
}
span.f_IndentedList2 /* Indented List 2 */
{
}
span.f_Leftindentto72 /* Left indent to 72 */
{
 font-size: 13px;
 color: #000000;
}
span.f_Notes /* Notes */
{
}
span.f_TableHeaderRow /* Table Header Row */
{
 font-size: 13px;
 font-weight: bold;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 6px 0px 6px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Heading2 /* Heading 2 */
{
}
.p_Heading2TitleHeading /* Heading 2 Title Heading */
{
}
.p_Heading4 /* Heading 4 */
{
}
.p_Heading1 /* Heading1 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_IndentedList /* Indented List */
{
 margin: 6px 24px 6px 24px;
}
.p_IndentedList2 /* Indented List 2 */
{
 margin: 6px 60px 6px 60px;
}
.p_Notes /* Notes */
{
}
p.hdrThin
		{
			font-family: Georgia, times roman, serif;
			font-size: 20px;
			font-style: normal;
			color: #fff;
			margin-left: 10px;
			margin-top: 2px;
			margin-bottom: 0px;
		}

p.hdrThinsub
		{
			font-family: georgia, times roman, serif;
			font-size: 14px;
			font-style: normal;
			color: #fff;
			margin-left: 10px;
			margin-top: 0px;
		}