/* Heading Style for creating a destinct heading */

/*____________________________________________________
  Classes
  ____________________________________________________
*/



.textBox {
	background-color: #F5F6FA;
	border: solid 1px #D3DEF2;
	padding: 10px;
	padding-top: 5px;
}
.textBoxfield {
	background-color: #FFFFF1;
	border: solid 1px #CECE9E;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.heading_Large {
	color: #01597E;
	font-size: 220%;
	line-height: 150%;
	margin-top: 0px;
}

.heading_Medium ,h1{
	font-weight: bold;
	color: #666666;
	font-size: 130%;
	line-height: 170%;
	border-bottom: 1px solid #666666; 
}

.heading_Small ,h2 ,h3 {
	font-size: 100%;
	font-weight: bold;
	color: #bf0c20;
}
.subHeading_Small {
	color: #999999;
}

.subHeading_Medium {
	color: #999999;
	font-weight: bold;
	font-style: italic;
	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-position: left;
	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;
}
.borderfor {
	border: solid #CECE9E 1px;
	background-color: #FFFFF1;
}