h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	line-height: 28px;
	border: 1px solid #EEEEEE;
}	

h3 {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}	


.tr_selected h4 {	
	background: #0C3B67;
	color: #FFFFFF;	
}
#tr_subscribeLeft.tr_selected,
#tr_subscribeSide.tr_selected {
	min-height: 380px;
	background: #E0E8EF;
}
*html #tr_subscribeLeft.tr_selected,
*html #tr_subscribeSide.tr_selected { height: 380px; } /* IE6 min height */

.subscribe_v2 #tr_subscribeLeft.tr_selected,
.subscribe_v2 #tr_subscribeSide.tr_selected {
	min-height: 425px;
}
*html .subscribe_v2 #tr_subscribeLeft.tr_selected,
*html .subscribe_v2 #tr_subscribeSide.tr_selected { height: 425px; } /* IE6 min height */

#tr_subscribeLeft {
	float: left;
	width: 511px;
	margin-right: 8px;
}
.subscribe_v2 #tr_subscribeLeft {
	margin-right: 0px;
	margin-left: 8px;
}

#SubscribeText {
	font-family: Arial; 
	font-size: 10px;
	font-weight: bold;
	padding: 1px 1px 1px 1px;
}

#tr_subscribeSide {
	float: left;
	position: relative;
	width: 277px;		
	padding: 10px; 0; 0; 0;
}
#tr_subscribePackages {
	list-style: none;
	padding: 0px 4px 0px 4px;
}
.subscribe_v2  #tr_subscribePackages {
	margin-left: 25px;
}
#tr_subscribePackages li {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 10px;
	margin-bottom: 10px;
	border: 2px solid #0C3B67;
	background: #FFFFFF;
}
.subscribe_v2  #tr_subscribePackages li {
	border-color: #CCCCCC;
}
#tr_subscribePackages li:hover,
#tr_subscribePackages li.tr_hover {
	background: #FFCC00;
}
#tr_subscribePackages li.tr_selected {
	border: 2px solid #0C3B67;
	background: #e8e8e8;
}
#tr_subscribePackages li .tr_btn_orange {
	display: block;
	position: absolute;
	right: 4px;
	bottom: 4px;
	font-size: 14px;
}
*html #tr_subscribePackages li .tr_btn_orange { 
	top: 68px;
	bottom: 0px;
}
#tr_subscribePackages li h5 {
	font-size: 14px;
}
#tr_subscribePackages li span {
	display: block;
	color: #0C3B67;
	margin-bottom: 5px;
	font-weight: bold;
}
#tr_subscribePackages li small {
	display: block;
	line-height: 10px;
	padding-right: 35px;
}

#tr_subscribePackages li .tr_packageRadio {
	position: absolute;
	top: 35px;
	left: -30px;
}
*html #tr_subscribePackages li .tr_packageRadio {
	left: -35px;
}
#tr_subscribePackages li input {
	position: relative;
	top: 2px;
}

.tr_innerGray {
	clear: both;
	/*ackground: #f2f2f2;*/
	font-size: 12px;
}
.tr_innerGray h6 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.tr_innerGray .tr_c2 {
	float: left;
	width: 46%;
	padding: 2%
}

#tr_subscribeSubmit {
	font-size: 15px;
}

#tr_subscribeFormContents {
 	padding-left: 12px;
}
.subscribe_v2 #tr_subscribeFormContents {
	padding-left: 55px;
}