@charset "utf-8";
/* CSS Document */

body {
background-color:#CCCCCC;
}

img {
border-width:0px;
}

.imgfltleft {
float: left;
padding-right: 12px;
padding-bottom: 12px;
}

.imgfltright {
float: right;
padding-left: 12px;
padding-bottom: 12px;
}

#toplink {
width:775px;
margin:auto;
padding:10px;
text-align:right;
}

#toplink a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:underline;
color:#0000FF;
}

#toplink a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#0000FF;
}

#headerbanner {
width:691px;
height:177px;
margin:auto;
padding-top:0px;
padding-bottom:14px;
background-image: url(../images/restraining_order_911_combined.gif);
background-repeat:no-repeat;
}

#container {
width:775px;
margin:auto;
padding:25px;
background-color:#FFFFFF;
}

#content {
width:95%;
margin:auto;
padding-top:14px;
padding-bottom:14px;
background-color:#FFFFFF;
}

#footer {
width:775px;
margin:auto;
padding:10px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

#footer p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

#footer a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-decoration:underline;
}

#footer a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-decoration:none;
}

#container {
width:775px;
margin:auto;
padding:10px;
background-color:#FFFFFF;
}

#squeezepage-video-table {
width:100%;
padding:7px;
}

#squeezepage-video-table-sides {
width:25%;
vertical-align:top;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-align:center;
}

#squeezepage-video-table-sides p {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-align:center;
}

#squeezepage-video-table-middle {
width:50%;
vertical-align:middle;
}

/* INITIAL STYLES */

h1 {
	font-family: Tahoma;
	font-size: 24px;
	font-weight:bold;
}
h2 {
	font-family: Tahoma;
	font-size: 22px;
	font-weight:bold;
}
h3 {
	font-family: Tahoma;
	font-size: 22px;
	font-weight:bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#grayarrowlist                     {
						   list-style: url(../images/arrow.jpg) ;
						   }
						   
#redxlist                     {
						   list-style: url(../images/redxlist.gif) ;
						   }
						   
#orangeastericklist                     {
						   list-style: url(../images/orange-asterick.gif);
						   }
						   
#redcheckslist                     {
						   list-style: url(../images/small_red_check.gif);
						   }

#flashingredarrowslist                     {
						   list-style: url(../images/arrow.gif);
						   font-family:Arial, Helvetica, sans-serif;
						   font-size:16px;
						   padding-left:35px;
						   margin-left:38px;
						   list-style-position: outside;
						   }
						   
#flashingredarrowslist2, #flashingredarrowslist3 {
						   list-style: url(../images/arrow-still.png);
						   font-family:Arial, Helvetica, sans-serif;
						   font-size:16px;
						   padding-left:35px;
						   margin-left:38px;
						   list-style-position: outside;
						   }

/* OVERLAY STYLES - MAIN */

.bold {
	font-weight: bold;
}
.bold-highlight {
	font-weight: bold;
	background-color: #FFFF00;
}
.bold-italic {
	font-style: italic;
	font-weight: bold;
}
.bold-underline {
	font-weight: bold;
	text-decoration: underline;
}
.bold-highlight-italic {
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;

}
.bold-highlight-underline {
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.bold-highlight-italic-underline {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.bold-italic-underline {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.highlight {
	background-color: #FFFF00;
}
.highlight-underline {
	text-decoration: underline;
	background-color: #FFFF00;
}
.italic {
	font-style: italic;
}
.italic-highlight {
	font-style: italic;
	background-color: #FFFF00;
}
.italic-underline {
	font-style: italic;
	text-decoration: underline;
}
.italic-highlight-underline {
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
.strikethrough-bold {
	font-weight: bold;
	text-decoration: line-through;
}
.strikethrough-highlight {
	text-decoration: line-through;
	background-color: #FFFF00;
}
.strikethrough-italic {
	font-style: italic;
	text-decoration: line-through;
}
.strikethrough-bold-highlight {
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.strikethrough-bold-italic {
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.strikethrough-bold-highlight-italic {
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.strikethrough-highlight-italic {
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - BLACK */

.black {
	color: #000000;
}
.black-bold {
	color: #000000;
	font-weight: bold;
}
.black-bold-highlight {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF00;
}
.black-bold-italic {
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.black-bold-underline {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.black-bold-highlight-italic {
	color: #000000;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.black-bold-highlight-underline {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.black-bold-highlight-italic-underline {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.black-bold-italic-underline {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.black-highlight {
	color: #000000;
	background-color: #FFFF00;
}
.black-highlight-underline {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFF00;
}
.black-italic {
	color: #000000;
	font-style: italic;
}
.black-italic-highlight {
	color: #000000;
	font-style: italic;
	background-color: #FFFF00;
}
.black-italic-underline {
	color: #000000;
	font-style: italic;
	text-decoration: underline;
}
.black-italic-highlight-underline {
	color: #000000;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.black-underline {
	color: #000000;
	text-decoration: underline;
}
.black-strikethrough {
	color: #000000;
	text-decoration: line-through;
}
.black-strikethrough-bold {
	color: #000000;
	font-weight: bold;
	text-decoration: line-through;
}
.black-strikethrough-highlight {
	color: #000000;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.black-strikethrough-italic {
	color: #000000;
	font-style: italic;
	text-decoration: line-through;
}
.black-strikethrough-bold-highlight {
	color: #000000;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.black-strikethrough-bold-italic {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.black-strikethrough-bold-highlight-italic {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.black-strikethrough-highlight-italic {
	color: #000000;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - WHITE */

.white {
	color: #FFFFFF;
}
.white-bold {
	color: #FFFFFF;
	font-weight: bold;
}
.white-bold-highlight {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF00;
}
.white-bold-italic {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
.white-bold-underline {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.white-bold-highlight-italic {
	color: #000000;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.white-bold-highlight-underline {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.white-bold-highlight-italic-underline {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.white-bold-italic-underline {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.white-highlight {
	color: #000000;
	background-color: #FFFF00;
}
.white-highlight-underline {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFF00;
}
.white-italic {
	color: #FFFFFF;
	font-style: italic;
}
.white-italic-highlight {
	color: #000000;
	font-style: italic;
	background-color: #FFFF00;
}
.white-italic-underline {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: underline;
}
.white-italic-highlight-underline {
	color: #000000;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.white-underline {
	color: #FFFFFF;
	text-decoration: underline;
}
.white-strikethrough {
	color: #FFFFFF;
	text-decoration: line-through;
}
.white-strikethrough-bold {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: line-through;
}
.white-strikethrough-highlight {
	color: #000000;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.white-strikethrough-italic {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: line-through;
}
.white-strikethrough-bold-highlight {
	color: #000000;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.white-strikethrough-bold-italic {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.white-strikethrough-bold-highlight-italic {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.white-strikethrough-highlight-italic {
	color: #000000;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - RED */

.red {
	color: #CC0000;
}
.red-bold {
	color: #CC0000;
	font-weight: bold;
}
.red-bold-highlight {
	color: #CC0000;
	font-weight: bold;
	background-color: #FFFF00;
}
.red-bold-italic {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
}
.red-bold-underline {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
.red-bold-highlight-italic {
	color: #CC0000;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.red-bold-highlight-underline {
	color: #CC0000;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.red-bold-highlight-italic-underline {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.red-bold-italic-underline {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.red-highlight {
	color: #CC0000;
	background-color: #FFFF00;
}
.red-highlight-underline {
	color: #CC0000;
	text-decoration: underline;
	background-color: #FFFF00;
}
.red-italic {
	color: #CC0000;
	font-style: italic;
}
.red-italic-highlight {
	color: #CC0000;
	font-style: italic;
	background-color: #FFFF00;
}
.red-italic-underline {
	color: #CC0000;
	font-style: italic;
	text-decoration: underline;
}
.red-italic-highlight-underline {
	color: #CC0000;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.red-underline {
	color: #CC0000;
	text-decoration: underline;
}
.red-strikethrough {
	color: #CC0000;
	text-decoration: line-through;
}
.red-strikethrough-bold {
	color: #CC0000;
	font-weight: bold;
	text-decoration: line-through;
}
.red-strikethrough-highlight {
	color: #CC0000;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.red-strikethrough-italic {
	color: #CC0000;
	font-style: italic;
	text-decoration: line-through;
}
.red-strikethrough-bold-highlight {
	color: #CC0000;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.red-strikethrough-bold-italic {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.red-strikethrough-bold-highlight-italic {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.red-strikethrough-highlight-italic {
	color: #CC0000;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - BLUE */

.blue {
	color: #0000FF;
}
.blue-bold {
	color: #0000FF;
	font-weight: bold;
}
.blue-bold-highlight {
	color: #0000FF;
	font-weight: bold;
	background-color: #FFFF00;
}
.blue-bold-italic {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
}
.blue-bold-underline {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
.blue-bold-highlight-italic {
	color: #0000FF;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.blue-bold-highlight-underline {
	color: #0000FF;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.blue-bold-highlight-italic-underline {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.blue-bold-italic-underline {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.blue-highlight {
	color: #0000FF;
	background-color: #FFFF00;
}
.blue-highlight-underline {
	color: #0000FF;
	text-decoration: underline;
	background-color: #FFFF00;
}
.blue-italic {
	color: #0000FF;
	font-style: italic;
}
.blue-italic-highlight {
	color: #0000FF;
	font-style: italic;
	background-color: #FFFF00;
}
.blue-italic-underline {
	color: #0000FF;
	font-style: italic;
	text-decoration: underline;
}
.blue-italic-highlight-underline {
	color: #0000FF;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.blue-underline {
	color: #0000FF;
	text-decoration: underline;
}
.blue-strikethrough {
	color: #0000FF;
	text-decoration: line-through;
}
.blue-strikethrough-bold {
	color: #0000FF;
	font-weight: bold;

	text-decoration: line-through;
}
.blue-strikethrough-highlight {
	color: #0000FF;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.blue-strikethrough-italic {
	color: #0000FF;
	font-style: italic;
	text-decoration: line-through;
}
.blue-strikethrough-bold-highlight {
	color: #0000FF;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.blue-strikethrough-bold-italic {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.blue-strikethrough-bold-highlight-italic {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.blue-strikethrough-highlight-italic {
	color: #0000FF;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - GREEN */

.green {
	color: #006600;
}
.green-bold {
	color: #006600;
	font-weight: bold;
}
.green-bold-highlight {
	color: #006600;
	font-weight: bold;
	background-color: #FFFF00;
}
.green-bold-italic {
	color: #006600;
	font-style: italic;
	font-weight: bold;
}
.green-bold-underline {
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}
.green-bold-highlight-italic {
	color: #006600;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.green-bold-highlight-underline {
	color: #006600;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.green-bold-highlight-italic-underline {
	color: #006600;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.green-bold-italic-underline {
	color: #006600;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.green-highlight {
	color: #006600;
	background-color: #FFFF00;
}
.green-highlight-underline {
	color: #006600;
	text-decoration: underline;
	background-color: #FFFF00;
}
.green-italic {
	color: #006600;
	font-style: italic;
}
.green-italic-highlight {
	color: #006600;
	font-style: italic;
	background-color: #FFFF00;
}
.green-italic-underline {
	color: #006600;
	font-style: italic;
	text-decoration: underline;
}
.green-italic-highlight-underline {
	color: #006600;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.green-underline {
	color: #006600;
	text-decoration: underline;
}
.green-strikethrough {
	color: #006600;
	text-decoration: line-through;
}
.green-strikethrough-bold {
	color: #006600;
	font-weight: bold;
	text-decoration: line-through;
}
.green-strikethrough-highlight {
	color: #006600;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.green-strikethrough-italic {
	color: #006600;
	font-style: italic;
	text-decoration: line-through;
}
.green-strikethrough-bold-highlight {
	color: #006600;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.green-strikethrough-bold-italic {
	color: #006600;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.green-strikethrough-bold-highlight-italic {
	color: #006600;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.green-strikethrough-highlight-italic {
	color: #006600;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - FONTS */

.all-caps {
	text-transform: uppercase;
}
.all-lowercase {
	text-transform: lowercase;
}
.all-firstlettercaps {
	text-transform: capitalize;
}
.font-Georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.font-Courier {
	font-family: "Courier New", Courier, "Times New Roman", mono;
}
.font-Geneva {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.font-Trebuchet {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}
.font-Impact {
	font-family: 'Impact', Verdana, Arial, Helvetica, sans-serif;
}
.font-ComicSans {
	font-family: 'Comic Sans MS', Georgia, "Times New Roman", Times, serif;
}

/* TESTIMONIAL BOX */

#testimonial-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#testimonial-box          {
                          width:100%;
						  margin:auto;
						  border:1px #333333 solid;
						  background-color:#FFFFCC;
						  }
						  
#testimonial-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#testimonial-content h3    {
                          font-family:Tahoma;
						  color:#CC0000;
						  font-size:18px;
						  line-height:20px;
						  text-align:center;
						  margin-top:0px;
						  }

#testimonial-content p    {
						  font-size:14px;
						  line-height:16px;
						  text-indent:0em;
						  }
						  
.testifier-name			{
						font-family:Arial, Helvetica, sans-serif;
						font-size:12px;
						font-weight:bold;
						}
						
						
/* DASHED BOX */

#dashedbox-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#dashedbox-box          {
                          width:100%;
						  margin:auto;
						  border:3px #CC0000 dashed;
						  }
						  
#dashedbox-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#dashedbox-content h3    {
                          font-family:Tahoma;
						  color:#CC0000;
						  font-size:18px;
						  line-height:20px;
						  text-align:center;
						  margin-top:0px;
						  }

#dashedbox-content p    {
						  font-size:14px;
						  line-height:16px;
						  text-indent:0em;
						  }
						  

/* SUFFERING BOX */

#sufferbox-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#sufferbox-box          {
                          width:100%;
						  margin:auto;
						  border:3px #CC0000 dashed;
						  }
						  
#sufferbox-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#sufferbox-content h4    {
                          font-family:Tahoma;
						  color:#CC0000;
						  font-size:22px;
						  line-height:24px;
						  text-align:center;
						  margin-top:0px;
						  }

#sufferbox-content p    {
						  font-size:14px;
						  line-height:16px;
						  text-indent:0em;
						  }

						  
/* Judgment Text BOX */

#judgebox-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#judgebox-box          {
                          width:100%;
						  margin:auto;
						  border:1px #000000 solid;
						  background-image:url(../images/judgebox_background.jpg);
						  }
						  
#judgebox-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#judgebox-content h3    {
                          font-family:Tahoma;
						  font-size:18px;
						  line-height:20px;
						  text-align:center;
						  margin-top:0px;
						  }

#judgebox-content p    {
						font-family:"Courier New", Courier, monospace;						  
						  font-size:16px;
						  line-height:18px;
						  text-indent:0em;
						  }
						  
/* TESTIMONIAL BOX */

#testimonialbox-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#testimonialbox-box          {
                          width:100%;
						  margin:auto;
						  border:1px #000000 solid;
						  background-image:url(../images/testimonialbox-background.jpg);
						  }
						  
#testimonialbox-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#testimonialbox-content h3    {
                          font-family:Tahoma;
						  font-size:18px;
						  line-height:20px;
						  text-align:center;
						  margin-top:0px;
						  color:#CC0000;
						  }

#testimonialbox-content p    {
							font-family:Arial, Helvetica, sans-serif;					  
						  font-size:16px;
						  line-height:18px;
						  text-indent:0em;
						  }
						  
						  
/* REASONS BOX */

#reasonsbox-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#reasonsbox-box          {
                          width:100%;
						  margin:auto;
						  border:1px #999999 solid;
						  }
						  
#reasonsbox-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#reasonsbox-splitbox {
						font-family:Verdana, Arial, Helvetica, sans-serif;
						font-size:14px;
						  line-height:16px;
						  text-indent:0em;			
}		   
						   
						   
#reasonsbox-content h2    {
                          font-family:Tahoma;
						  color:#CC0000;
						  font-size:32px;
						  line-height:34px;
						  text-align:center;
						  margin-top:0px;
						  }

#reasonsbox-content p    {
						  font-size:14px;
						  line-height:16px;
						  text-indent:0em;
						  }
						  
/* ORDER BOX */

#order-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#order-box          {
                          width:100%;
						  margin:auto;
						  border:3px #CC0000 dashed;
						  }
						  
#order-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#order-content h1		{
						font-family:"Times New Roman", Times, serif;
						font-size:48px;
						line-height:50px;
						}

#order-content h4    {
                          font-family:Tahoma;
						  font-size:18px;
						  line-height:20px;
						  text-align:center;
						  margin-top:0px;
						  }
						  
#order-content h5    {
							font-family:Arial, Helvetica, sans-serif;
						  font-size:18px;
						  line-height:20px;
						  text-align:center;
						  margin-top:0px;
						  }

#order-content p    {
						  font-size:14px;
						  line-height:16px;
						  text-indent:0em;
						  }
						  
.bigred a { 
font-family: Tahoma; 
font-size: 18px; 
font-weight:bolder; 
color: #FFFFFF; 
background-color: #CC0000; 
border: outset 1px; 
padding: 5px; 
margin: 0px; 
display: block; 
width:350px; 
text-decoration:none; 
margin:auto;
}

.bigred a:hover { 
color: #CC0000; 
background-color: #ffffff; 
border: inset 1px;
}



/* GUARANTEE BOX */

#guaranteebox-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#guaranteebox-box          {
                          width:100%;
						  margin:auto;
						  border:3px #000000 dashed;
						  }
						  
#guaranteebox-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#guaranteebox-content h3    {
                          font-family:Tahoma;
						  color:#CC0000;
						  font-size:24px;
						  line-height:26px;
						  margin-top:2px;
						  }

#guaranteebox-content p    {
						  font-size:14px;
						  line-height:16px;
						  text-indent:0em;
						  }

						  
/* OPTIN BOX */

#optinbox-container    {
               			   width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#optinbox-box          {
                          width:100%;
						  margin:auto;
						  border:2px #333333 dashed;
						  background-color:#FFFFCC;
						  }
						  
#optinbox-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }

.optinbox-label {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}

.optinbox-tag {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
}

.optinbox-tag-emphasis {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
text-decoration:underline;
}
						  					  
						  
/* HYPERLINKS */

a {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #0000FF;
	text-decoration: none;
}

a:active {
	color: #CC0000;
	text-decoration: underline;
}

.protect-yourself {
font-family:Tahoma;
font-size:24px;
font-weight:bold;
text-align:center;
}

.protect-yourself a {
color:#0000CC;
text-decoration:none;
text-align:center;
}

.protect-yourself a:hover {
color:#CC0000;
text-decoration:none;
text-align:center;
}
