/* Heading Style for creating a destinct heading */

/*____________________________________________________
  Classes
  ____________________________________________________
*/



.textBox {
	background-color: #EEEBE4;
	border: solid 1px #D3CCBF;
	padding: 10px;
}

.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #20518A;
	text-transform: none;
	line-height: 150%;
}

.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #20518A;
	text-transform: none;
	line-height: 150%;
}

li {
list-style-image: url(../../images/bullet.gif);
}

/* subHeading Style for creating a destinct secondary heading */

.subHeading {
	font-style: italic;
	font-weight: bold;
	color: #666666;
	text-transform: none;
	font-size: 14px;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Bold_Title Style includes pimary color to highlight text */

.boldTitle {
	font-style: normal;
	font-weight: bold;
	color: #20518A;
}


.learnMore {
	background: url(../../images/littleArrow_right.gif) no-repeat;
	background-position: right;
	padding-right: 17px;
	padding-top: 0px;
	padding-bottom: 1px;
}

.pdf {
	background: url(../../images/pdf-icon.gif) no-repeat;
	background-position: left;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 3px;
}
