@charset "utf-8";

/* CSS Document */

h1, h2, h3, h4 {

	letter-spacing: -1; 

	font-weight: bold;

	text-align: center;

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:22pt;
	color:#ce0000;
}

h1 u { color:#000000; }

h2 {

	font-size:16pt;
	color:#000000;
}

h2 u { color:#ce0000; }

h3 {
	font-size: 15pt;
	font-weight: bold;
	margin: 0;
	color: #ce0000;
}

h3 u { color:#000000; }

h4 {
	font-size:13pt;
	margin:0;
	margin-left:15%;
	margin-right:15%;
}

body {
	font-family:Verdana, Arial;
	font-size:10pt;
}

#contentContainer {
	background:white url(images/backmid.gif) repeat-y;
	width:800px;
	border:none;
}

#content {
	text-align:left;
	width:600px;
	margin: 0px auto;
	font-size: 11pt;
	font-family: Verdana, Arial;
}

#contentTop, #contentBottom {
	width:800px; height:45px;
	margin:0;
}

#contentTop {
	background:white url(images/backtop.gif) no-repeat;
}

#contentBottom {
	background:white url(images/backbottom.gif) no-repeat;
}

.side blockquote {
	text-align:left;
	background-color:#d9e4ef;
	width:200px;
}

.side blockquote p {
	font-size:11px;
}

ul li, ol li {
	margin:10px;
}

ul li ul li {
	margin-left:30px;
}

.johnson {
	width:450px;
	border:black dashed 3px;
	padding:2px;
	font-size:12px;
	background-color:#FFFFCC;
	margin:0px auto;
	padding:10px;
}

.order {
	width: 500px;
	border: 4px;
	border-style: solid;
	border-color: #FFE9BB;
	margin: 5px auto 5px auto;
	padding: 10px 0px 10px 0px;
	background-color: #FFC;
	padding:10px;
	text-align: justify;
    }

.step {
	font-weight:bold;
	color:#cc0000;
	font-size:16px;
	text-decoration:underline;
}
.preheadline {
	font-wright:bold;
	color:#000;
	font-size:15px;
	text-align:center;
	background-color:#FF3;
	font-weight: bold;
}
.normalvalue {
	font-weight:bold;
	color:#000000;
	font-size:14px;
	background-color:#FF3;
	text-align:center
}
.disclaimers1{
	color:#000000;
	font-size:10px;
	text-align:center;
	font-weight: bold;
}
.disclaimers2{
	color:#000000;
	font-size:12px;
	text-align:center;
	font-weight: bold;
}
.OptInText {
	color:#000000;
	font-size:14px;
	text-align:justified;
	font-weight:normal;
}
form {
	clear: both;
	padding: 0px 0px 0px 0px;
}	
input[type=text] {
		border: 2px solid #000000;
		width:235px;
		padding-left: 0px;
		padding-bottom:5px;
		padding-top:5px;
		padding-right:0px;
		margin-left:0px;
		font-size: 14px;
		clear: both;
		margin-bottom:5px;
		display: block;
		font-weight: bold;
		background: #FFFD9F;
		width: 100%;
		color: #444;
		text-align:center;
}
input[type=text]:focus {
		border: 2px solid #65b3f9;
}
