<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
	
img{ border:none; }
		
body {
	margin:0px;
	padding:0px;
	text-align:center;
border-top: 30px solid #333333;
	background-color:#ffffff;
	font-family: Helvetica, Arial;
	color:#333333;
	font-size:12px;
}

.submitbutton {
   
    background: #eeeeee;
    float:right;
    margin-bottom:10px;
}

a, a:visited {
text-decoration:none;
color:#009AAF;
}

a:hover{
text-decoration:underline;
}


@font-face {
 font-family: 'Gotham';
 src: url('scripts/Gotham-Light.otf');
}



#content{
text-align:left;
width:800px;
padding:30px;
margin:0px auto 0px auto;
	background-color:#eeeeee;
	-moz-box-shadow: 0px 0px 20px #555;
-webkit-box-shadow: 0px 0px 20px #555;
box-shadow: 0px 0px 20px #555;
}

#content2{
text-align:left;
width:400px;
padding:30px;
margin:0px auto 0px auto;
}

#content3{
text-align:left;
width:1000px;
margin:0px auto 0px auto;
}

#col1{
margin-top:-30px;
float:left;
width:385px;
}

#col2{
float:right;
width:385px;
}
	
	
.cell{
background-color: #ffffff;
padding:20px 20px 10px 20px;
width:340px;
min-height:100px;
	-moz-box-shadow: 0px 0px 10px #ccc;
-webkit-box-shadow: 0px 0px 10px #ccc;
box-shadow: 0px 0px 10px #ccc;
margin-bottom:30px;
}

.signup{
background-color: #eee9e9;
padding:20px 20px 10px 20px;
width:300px;
min-height:100px;
	-moz-box-shadow: 0px 0px 0px #ccc;
-webkit-box-shadow: 0px 0px 0px #ccc;
box-shadow: 0px 0px 0px #ccc;
margin-bottom:30px;
}

#logo_seal{
text-align:center;
margin-top:-65px;
margin-bottom:40px;
}
	
	
	.thevideo{
	width:330px;
border-right:thin solid #555;
border-bottom:thin solid #555;
	
	}
	
	h1 a{
	text-decoration:underline;
	}
	h1{
	text-shadow: 2px 2px 0px #eee;
	color:#009AAF;
	font-family: Gotham, Helvetica, Arial;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	}
	
		h2{
		text-shadow: 2px 2px 0px #eee;
	color:#009AAF;
		font-family: Gotham, Helvetica, Arial;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	}
	
			h3{
			text-shadow: 2px 2px 0px #eee;
			color:#009AAF;
			font-family: Gotham, Helvetica, Arial;
	text-transform:uppercase;
	font-size:24px;
	font-weight:bold;
	}
	
	p{
	line-height:200%;
	}
	
	
	.anchor{
	clear:both;
	}
	
	.checkout_desc{
	float:left;
	width:130px;
	line-height:20px;
	font-size:14px;
	}
	.checkout_img{
	float:right;
	width:180px;
	}
	
	li{
	list-style:none;
	line-height:20px;
	margin-bottom:10px;
	}
	
	.seperator{
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	border-top: thin solid #ccc;
	}
	
	.kit_img{
	float:right;
	}

#footer{
background-color:#333;
color:#fff;
height:72px;
}



#footer_content{
text-align:left;
width:800px;
margin:0px auto 0px auto;
padding-top:30px;
}


#footer a{
font-family: Gotham, Helvetica, Arial;
text-transform:uppercase;
font-size:12px;
color:#ccc;
padding:0px 15px 0px 15px;
}
</pre></body></html>