@charset "UTF-8";
/* CSS Document */

a {
	color: #e78023;
	text-decoration: none;
}

a:visited {
	color: #e78023;
	text-decoration: none;
}

a:hover {
	color: #1590d3;
	text-decoration: none;
}

.textContent { 
	line-height: 1.5;
	vertical-align: top;
	text-align: left;
}

.contentHeaderTextGraphic {
	 margin: 0 0 4px 0;
}

.bigOrangeHead {
	 font-size: 12pt; 
	 color:#e78023; 
	 font-weight: bold;
	 text-align: left;
}

.smallOrangeHead {
	font: "Arial Narrow", arial;
	font-size: 12pt;
	font-weight: normal;
	color: #e78023;
	padding-left: 5px;
	text-align: left;
}

.smallBlackHead {
	font-weight: bold;
	padding-bottom: 5px;
	vertical-align: top;
	padding-left: 5px;
	text-align: left;
	font-size: 10pt;
}

.smallGreyContent {
	color: #666666;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
}

.smallBlackContent {
	padding: 0 0 0 5px;
	font-size: 9pt;
}

.boldSectionHeader {
	font-weight: bold;
	text-align: center;
}

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

ul {
	list-style-image: url(../images/ButtonsBullets/Bullet.png);
}

li {
	margin: 10px 0 10px 0;
	color: #666666;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
}

.question {
	cursor:help;
	color:#333366;
	font-weight:normal;
}

div .hiding {
	display:none;
	color:#000000;
}

.sitemap_2 {
	margin-left: 20px;
}



