/* Heading Style for creating a destinct heading */

/*____________________________________________________
  Classes
  ____________________________________________________
*/



.textBox {
	background-color: #F5F6FA;
	border: solid 1px #D3DEF2;
	padding: 10px;
	padding-top: 5px;
}

.heading_Large {
	color: #7cc9ff;
	font-weight: normal;
	font-size: 240%;
	line-height: 130%;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

.heading_Medium ,h1{
	font-weight: bold;
	color: #7cc9ff;
	font-size: 130%;
	line-height: 170%;
}

.heading_Small ,h2 ,h3 {
	font-size: 100%;
	font-weight: bold;
	color: #7cc9ff;
}
.subHeading_Small {
	color: #c0bd85;
}

.subHeading_Medium {
	color: #c0bd85;
	font-weight: bold;
	font-size: 115%;
	line-height: 140%;
}

.borderBottom {
	border-bottom: #B7B7B7 1px solid;
	padding-bottom: 5px;
	padding-top: 5px;
}
.borderRight {
	padding-right:10px;
	border-right: #B7B7B7 1px solid;
}

.learnMore {
	background: url(../../images/littleArrow_right.gif) no-repeat;
	background-position: left;
	padding-left: 17px;
	padding-top: 0px;
	padding-bottom: 1px;
	line-height:180%;
}

.downloadLink {
	background: url(../../images/littleArrow_down.gif) no-repeat;
	background-position: left;
	padding-left: 17px;
	padding-top: 0px;
	padding-bottom: 1px;
	line-height:180%;
}

.topLink {
	background: url(../../images/littleArrow_up.gif) no-repeat;
	background-position: left;
	padding-left: 17px;
	padding-top: 0px;
	padding-bottom: 1px;
	line-height:180%;
}

.pdf {
	background: url(../../images/pdf-icon.gif) no-repeat;
	background-position: left;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 3px;
}