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

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: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
    background: #ffffff;
	padding: 0px 15px 0px 15px;
}

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

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

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

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

#thankyou p {
       margin-top: 10px;
       margin-bottom: 10px;
       line-height: 22px;
}

.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; 
}		

#optin table {
	width: 100%;
}

.bullets {
	width: 53%;
}

.optin {
	width: 47%
}

#optin li {
	margin-top: 20px;
	line-height: 16px;
}

#optinbox {
	background: #ffffcc; 
	border: 5px dashed #CC0000;
	margin-top: 20px;
	margin-left: 5px; 
	margin-right: 5px;
	text-align: left;
}

#optinbox td {
    padding: 5px 0px 0px 0px;
	font-size: 13px;
}

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

#optinform td {
	padding: 10px 5px 0px 5px;
	font-size: 13px;
	line-height: 16px;
}

#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;
}

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

li {
	margin-top: 10px
}

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

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

#footer table {
	margin-left: auto;
	margin-right: auto;
	width: 698px;
	height: 75px;
	background: url('images/footer.jpg');
}

#footer td {
	padding: 0px 30px 0px 30px;
}

.center {
	text-align: center;
}

.right {
	text-align: right
}

.left {
	text-align: left;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

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

.darkblue {
	color: #000099;
}