body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1em;
	font-style: normal;
	background-color: #FFFFFF;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

hr {
	background: #CC0000;
	color: #CC0000;
	height: 2px;
}

hr.thick {
	background: #CC0000;
	color: #CC0000;
	height: 3px;
}

hr.dashed {
	background: #CC0000;
	color #CC0000;
	height: 2px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	background-color: #EEEEEE;
}
a:visited {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse: collapse;
}
table.main {
	width: 1200px;
	border: 0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}
td.toc {
	width: 200px;
	border: 0;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	padding-left: 5px;
	background-image: url(http://www.intrinsicalgorithm.com/images/TOCFade.png);
	background-repeat: repeat-y;
	background-position: -5px;
	padding-right: 7px;
}
td.content {
	width: 750px;
	border: 0;
	text-align: justify;
	vertical-align: top;
	background-image: url(http://www.intrinsicalgorithm.com/images/LogoLargeFade.jpg);
	background-repeat: no-repeat;
	height: 460px;
	padding-left: 7px;
	padding-right: 7px;
}
td.right {
	width: 200px;
	border: 0;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	background-image: url(http://www.intrinsicalgorithm.com/images/RightFade.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 5px;
	padding-left: 7px;
}

td.buffer {
	width: 5px;
}


.IAinText {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}
.IAinText:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.MajorHeadingRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}

.HeadingRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
}
.HeadingBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.SubHeadingRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}
.SubHeadingBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.TOCHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2;
	font-style: normal;
	font-weight: bold;
	color: #000000;	
}
img.bordered {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF4444;
	border-right-color: #cc0000;
	border-bottom-color: #990000;
	border-left-color: #DD0000;
}
table.data {
	padding: 2px;
	width: 90%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6666;
	border-right-color: #CC0000;
	border-bottom-color: #660000;
	border-left-color: #BB0000;
}
table.data th {
	color: #cc0000;
	background-color: #CCCCCC;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;
}
img.FloatRight {
	float: right;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
}
table.formatOnly {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.formatOnly td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}
p.small {
	font-size: 10px;
}

iframe {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
}

table.pullquote {
	float: right;
	width: 200px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	text-align: right;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
}
table.pullquote em {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
