@charset "utf-8";

.container {
	width: 500px;
	overflow: auto;
}
.ctnr_top {
	width: 500px;
	height: 5px;
	
	background-color: #CCCCCC;
}
.ctnr_middle {
	width: 500px;
	
	background:url(images/ctnr_middle_bg.png) repeat-y;
}
.ctnr_bottom {
	width: 500px;
	height: 5px;

	background-color: #CCCCCC;
}
.logo {
	width: 480px;
	height: 172px;
	
	text-align: left;
	
	padding-top: 20px;
	padding-left: 20px;
	
	border-bottom: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
}
.spacer {
	width: 500px;
	height: 5px;
	
	background-color: #E6E6E6;
}
.secure {
	width: 500px;
	height: 25px;
	
	background:url(images/ctnr_middle_bg.png) repeat-y;
	
	border-bottom: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
}
.intro {
	width: 500px;
	height: 110px;
	
	border-bottom: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
}
.new_cstmr {
	width: 500px;
	height: 110px;
	
	border-bottom: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
}
.exs_cstmr {
	width: 500px;
	height: 110px;
	
	border-bottom: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
}
.emails {
	width: 500px;
	height: 79px;
	
	border-bottom: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
}
.intro_content {
	width: 490px;
	height: 106px;
	
	background-color: #EAECFF;
}
.new_cstmr_content {
	width: 490px;
	height: 106px;
	
	background-color: #EAECFF;
}
.exs_cstmr_content {
	width: 490px;
	height: 106px;
	
	background-color: #EAECFF;
}
.emails_content {
	width: 490px;
	height: 75px;
	
	background-color: #EAECFF;
}
.ic_text {
	width: 480px;
	height: 96px;
	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	
	line-height: 24px;
	
	text-align: justify;
}
.ncc_text {
	width: 480px;
	height: 96px;
	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	
	line-height: 30px;
	
	text-align: justify;
}
.ecc_text {
	width: 480px;
	height: 96px;
	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	
	line-height: 30px;
	
	text-align: justify;
}
.ec_text {
	width: 480px;
	height: 65px;
	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	
	text-align: left;
	
	line-height: 20px;
}
.small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
}
.tbl_links {
	width: 475px;
	padding: 0px;
}
.copyright {
	height: 65px;
	
	padding-left: 5px;
	
	background:url(images/ctnr_middle_bg.png) repeat-y;
	
	border-top: 1px;
	border-top-color: #CCCCCC;
	border-top-style: dotted;
}