.box_background {
	background-image: url(images/box_background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.boxcontent {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: normal;
}
.body {
	font-family: Arial;
	font-size: 11.5px;
	line-height: 16px;
	color: #000000;
	text-align: justify;
	font-weight: normal;
}
.subheading {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #3054A0;
	text-transform: uppercase;
}
.intro {
	font-family: Arial;
	font-weight: bold;
	color: #3054A0;
	font-size: 14px;
	line-height: 18px;
}
.text_highlight {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #3154B1;
}
.introtext {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #D81446;
}
.featurebackground {
	background-image: url(images/feature_background.jpg);
	background-repeat: repeat-x;
}

form input.txtfield1 { padding:4px; width:240px; color:#333333; border:1px solid #ccc; }
form textarea.txtarea1 { padding:3px; width:350px; color:#333333; height:135px; border:1px solid #ccc; }
form p { clear:both; padding:2px; line-height:1.9em !important; }


form input.txtbtn1 { 
    padding:3px;
	font-size:12px;
	font-family: Arial;
	color:#fff;
	font-weight:bold;
	background-color:#1472c6;
	border:1px outset #1472c6;
	width:100px; cursor:pointer;
	}

