* {
	margin: 0px;
	padding: 0px;
}

html { font-size:100.01%;}

body {
	background-color: #e5e5e5;
	background-image: url("../images/shadow-bord.jpg");
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
	font-family: Georgia,Verdana,Arial;
	font-size: 16px;
}

#package {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
    background: #ffffff;
	padding: 0px 15px 0px 15px;
}

#opener p {
    line-height: 18px;
}

h1 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
	font-family: Tahoma;
	color: #000099;
	font-size: 32px;
}

h2 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	margin-top: 30px;
	margin-bottom: 10px;
}

h3 {
       text-align: center;
       font-size: 24px;
       color: #000099;
       font-family: Tahoma;
       margin-top: 5px;
       margin-bottom: 5px;
}

p {
       margin-top: 12px;
       margin-bottom: 12px;
       line-height: 30px;
}

.quotebox {
	width: 530px;
	background: #eeeeff; 
	border: 1px solid #000066; 
	margin-left: 15px; 
	margin-right: 15px;
	margin-bottom: 50px;
	padding: 20px 20px 0px 20px;
	text-align: justify;
}

.quotebox p {
	font-size: 15px;
	line-height: 18px;
	font-family: Courier New, Courier, mono; 
}		

td {
	padding: 10px 0px 10px 5px;
}

#optinbox {
	width: 530px;
	background: #ffffcc; 
	border: 5px dashed #CC0000;
	margin-top: 50px;
	margin-left: 10px; 
	margin-right: 10px;
	padding: 10px 20px 20px 20px;
	text-align: justify;
}

#optinbox td {
	padding: 10px 0px 0px 5px;
}

#optinbox p {
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}

#whoisbox {
	width: 540px;
	margin-top: 50px;
	margin-left: 20px; 
	margin-right: 20px;
	padding: 20px 20px 20px 20px;
	text-align: justify;
}

#whoisbox td {
	padding: 20px 20px 20px 20px;
}

#whoisbox p {
	line-height: 18px;
}

#guarantee table {
	width: 100%;
	border: 3px solid #CC0000;
	padding: 20px 20px 20px 20px;
}

#guarantee td {
	text-align: center;
}

ul {
     list-style: disc;
     padding-left: 30px;
     padding-right: 30px;
}

ol {
	padding-left: 50px;
    padding-right: 40px;
}

li {
	margin-top: 10px
}

#sigblock td {
	padding: 0px 0px 0px 0px;
	font-size: 16px;
}

.footer { clear:both; height:100%; overflow:hidden; font-weight: bold; font-size:.7em; margin-bottom: 10px;}
.footer a { color:#95bada; text-decoration:none;}
.footer a:hover { text-decoration: underline;}

.center {
	text-align: center;
}

.right {
	text-align: right
}

.left {
	text-align: left;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.nobullet {
	list-style: none;
}
	
.darkred {
	color: #CC0000;
}

.darkblue {
	color: #000099;
}
