html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.activation_letter{
	margin: 0 auto;
	width: 700px;	
	min-width: 700px; 
	font-family:Calibri;
}
	.header{
		/* height: 100px; */
		padding: 50px 0 0 0;
		text-align: center;
		margin-bottom: 20px;
	}
		.header img{
			/* float: left;
			width: 207px; 
			height: 26px; */
			margin-top: 15px;
			width: 700px;
			
		}
		.header_right{
			float: right;
		}		
			.header_right h2{
				text-align: right;
				font-weight: bold;
				font-size:12pt;
			}
			.header_right p{
				text-align: right;
				font-size:10pt;
				font-weight: normal;
			}
				.header_right p span{
					font-weight: bold;
				}
			.header_right p:last-child{
				margin-bottom: 10px;
			}

		.page_1{
			/* background: url(../images/protect-activation-letter/logo_bg.png) no-repeat 50% 50%; */
			width: 600px;
			height: 830px;
			margin: 0 auto;
			padding: 0 30px;
			font-family:Arial; 
			color: #000;
		}
			.page_1 h2{
				text-align: center;
				font-family:Arial; 
				font-weight: bold;
				font-size:18pt; 
				color:#000000;
				margin: 0 0 20px 0;
			}
			.page_1 p{
				line-height: 18pt;
				text-align: left;
				font-size: 12pt;
				margin: 0 0 20px 0;
			}
			.page_1 .remember{
				/* margin: 60px 0 20px 0; */
			}
				.page_1 p span{
					font-weight: bold;
				}
			.page_1 p.nb{
				margin-left: 20px;
			}
			.page_1 h3{
				font-size: 20pt;
				text-align: center;
			}
				.page_1 h3 span{
					font-weight: bold;
				}
			.page_1 h4{
				text-align: left;
				font-size: 18pt;
				font-weight: bold;
				margin: 95px 0 0 0;
			}
			.page_1 ul{
				list-style-type: decimal; 
				/*list-style-position: inside;*/
				margin: 20px 0 0 20px;
			}
				.page_1 ul li{
					font-size: 16px;
					line-height: 24px;
					text-align: left;
					margin-left: 20px;				
				}
					.page_1 ul li span{
						font-weight: bold;
					}
		.page_2{
			/* background: url(../images/protect-activation-letter/logo_bg.png) no-repeat 50% 50%; */
			width: 600px;
			/* height: 400px; */
			margin: 0 auto;
			padding: 20px 30px 10px;
			font-family:Arial; 
			color: #000;
		}
			.page_2 p{
				line-height: 18pt;
				text-align: left;
				font-size: 12pt;
				margin: 0 0 20px 0;
			}
				.page_2 p span{
					font-weight: bold;
				}
			.page_2 h5{
				line-height: 18px;
				text-align: center;
				font-size: 12pt;			
				font-weight: bold;
			}
			.regards{
				margin-top: 50px;
				text-align: left;
			}
				.regards h5{
					text-align: left;
				}
				h6{
					margin-top: 80px;
					font-size: 10pt;	
					font-weight: bold;
					text-align: center;
				}
				.regards img{
					width: 110px;
    				margin: 15px 0 0 -2px;
				}