	/* BODY STYLES */

	.head-large {
		font-family: Arial, Helvetica;
		font-size: 30px;
		font-weight: bold;
		line-height: 30px;
		margin: 16px 0px 6px 0px;
	}

	.head-medium {
		font-family: Arial, Helvetica;
		font-size: 22px;
		font-weight: bold;
		line-height: 22px;
		margin: 16px 0px 6px 0px;
	}

	.head-small {
		font-family: Arial, Helvetica;
		font-size: 18px;
		font-weight: bold;
		line-height: 18px;
		margin: 16px 0px 6px 0px;
	}

	.subhead {
		font-family: Arial, Helvetica;
		font-size: 10pt;
		font-weight: bold;
		color: #000000;
		margin: 1em 0 0 0;
	}

	.subhead_red {
		font-family: Arial, Helvetica;
		font-size: 10pt;
		font-weight: bold;
		color: #F0292B;
		margin: 1em 0 0 0;
	}

	.body-indent01 {
		font-family: Arial, Helvetica;
		font-size: 10pt;
		margin: 0px 20px 6px 25px;
	}

	.body-indent02 {
		font-family: Arial, Helvetica;
		font-size: 10pt;
		margin: 0px 40px 6px 50px;
	}

	.note-small {
		font-family: Arial, Helvetica;
		font-size: 8pt;
		line-height: 9pt;
		margin: 0 0 12pt 0;
	}

	.note-italic {
		font-family: Arial, Helvetica;
		font-size: 8pt;
		line-height:9pt;
		font-style: italic;
		margin: 0 0 12pt 0;
	}


	/* FOUNDATION SMALL CAPS */

	.smallcaps {
		font-family: Arial, Helvetica;
		font-variant: small-caps;
		text-transform: lowercase;
	}



	/* BLUE-GRAY TABLE STYLES */

	.table-bluegray {
		font-family: Arial, Helvetica;
		font-size: 8pt;
		text-align: center;
		margin-bottom: 20px;
		margin-top: 10px;
		border-spacing: 1px;
	}

	.table-bluegray td {
		padding: 3px 6px 3px 6px;
	}

	.tablecell-left {
		text-align: left;
		font-weight: bold;
	}

	.table-rowtopblue {
		font-weight: bold;
		color: white;
		text-align: center;
		vertical-align: bottom;
		background-color: #576faa;
	}

	.table-topcell-lightblue {
		background-color: #8aa1da;
	}

	.tablerow-graylight {
		background-color: #dadada;
		text-align: center;
	}

	.tablerow-graydark {
		background-color: #adadad;
		text-align: center;
	}

	.table-gray {
		font-family: Arial, Helvetica;
		font-size: 8pt;
		font-weight: bold;
		text-align: center;
		width: 500;
		margin-bottom: 20px;
		margin-top: 10px;
		border-spacing: 2px;
	}

	.gray-cell {
		background-color: #dadada;
		text-align: left;
		width: 50%;
		padding: 4px;
	}


	/* LIST STYLES */

	li.list-sphere {
		list-style-image: url(../../../images/stories/spherebullet.gif);
	}

	li.list-pdf{
		list-style-image: url(../../../images/stories/pdfbullet.gif);
	}

	li.list-ppt {
		list-style-image: url(../../../images/stories/pptbullet.gif);
	}

	li.list-down {
		list-style-image: url(../../../images/stories/arrow-down.gif);
		font-weight: bold;
	}

	/* DEFAULT STYLES */

	p {
		font-family: Arial, Helvetica;
		font-size: 10pt;
		line-height: 12pt;
		margin: 0 0 6pt 0;
		padding: 0;
	}

	li {
		font-family: Arial, Helvetica;
		font-size: 10pt;
		line-height: 12pt;
		margin-bottom: 4pt;
	}

