/* Required SPC Headings */
.sectionHeaderTop 
{
	border: black 1px solid;
	background: #E37400;
	font-weight: bold;
	clear:both;
	
}

.sectionHeaderOptional 
{
	background: #FFE0C1;
	border: black 1px solid;
	clear:both;
	
}

.sectionHeader2ndLevel 
{
	background: #FFB570;
	border: black 1px solid;
	clear:both;
	
}


/***********************************************
		LEGACY STYLES FROM XSLT
***********************************************/
.a
{
	text-decoration: none;
	font-family: verdana;	
	font-size: 8pt;
	margin-bottom: 7px;
	width: 260px;
}

.a img
{
	margin-right: 10px;
	margin-left: 17px;

}

p
{
	margin-bottom: 5px;
}

.highlight
{
	background-color: yellow;
}

.addressTable
{
	margin-left: 5%;
	border: 1px solid black;
}

.spcDocument .topPageLink 
{
    float: right;
    clear: both;
}

.tableOfContents
{
	list-style: none;
}

/********************************************
			BLACK TRIANGLE
********************************************/

.blacktriangle
{
	margin: 10px 0px 10px 20px;
	text-align: center;
	border: solid 1px #0064AF;
	background-color: #C6E4FF;
	padding: 4px 5px 4px 5px;
	width: 425px;
	clear:left;
	display:block;
	float:left;
	position: relative;
	font-size: medium;
	font-weight: bold;
}

.blacktriangle img
{
	border: none;
	height: 20px;
	width: 19px;
}
