<html>
  <head>
    <meta content="text/html; charset=windows-1252" http-equiv="content-type">
    <link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css"
      title="Wrap Long Lines">
  </head>
  <body>
    <pre>/* HTML5 display definitions
---------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {
	display: block;
}

/* Corrects inline-block not defined in IE6/7/8 and FF3 */
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

/* Ensures content is hidden from all presentations, including screenreaders */
[hidden] {
	display: none;
	visibility: hidden;
}

/* Base structure
---------------------------------------- */

/*
	* The body will work like a 'div#wrapper' (for this to work, the 'body' needs to have a set width)

	* To add a background to the PAGE, set it in the 'html' element
	* To add a background to the WRAPPER, set it in the 'body' element
*/
body {
	display: block;
	height: 100%;
	font-size: 100%;
	overflow-y: scroll; /* Force a scrollbar in non-IE */
	-webkit-text-size-adjust: 100%; /* Prevent iOS text size adjust on orientation change without disabling user zoom */
	-ms-text-size-adjust: 100%;
	color: #222;
	
}
section {
	min-width: 955px;
	max-width: 960px;
	height: 100%;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	background:#fff url("/images/acdss3.png") no-repeat top;
	white-space: normal;
	visibility: inherit;
}

header {
	display: inline-table;
}

div.head {
	display:block;
	clear:both;
}

div.nav {
	float:left;
	font:14px arial,sans-serif;
	background-color:transparent;
	clear:both;
	z-index: -1;
}

div.body{
}

div.footer{
}

table.tfooter{
}


/* Fonts
------------------------------------------*/

a:link {
	color:#6FCFF3;
	text-decoration:none;
}

a:visited {
	color:#6FCFF3;
	text-decoration:none;
}

a:hover {
	color:#2394CC;
	text-decoration:none;
}
a:active {
	color:#2394CC;
	text-decoration:none;
}

h1 {
	font:20px arial,sans-serif;
	color: #F90;
}

h2 {
	font:40px arial,sans-serif;
}

header.column{
	font: 18px Georgia,serif;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

article.a {
	font: 13px Georgia,serif;
	font-style: normal;
	text-align: left;
	font-size: 16px;
}

p {
	font: 14px arial,sans-serif;
}

p.head {
	font: bold 16px arial,sans-serif;
}

p.nav {
	font: 16px arial,sans-serif;
	line-height:150%;
}

p.detection {
	font: 12px arial,sans-serif;
}

p.benefits {
	font: 5px arial,sans-serif;
}

p.italic {
	font:italic 11px arial,sans-serif;
}

figcaption{
	font:12px arial,sans-serif;
	font-style: italic;
}

/* Other Items
------------------------------------------*/
img, embed, object, video {
max-width:100%;
}
hr.main{
	background-color:#bdcc2a;
}
hr.mainm{
	background-color:#6fcff3;
}
hr.maini{
	background-color:#ffd900;
}
small{
	font: 11px arial,sans-serif;
}
ul {
	font: 14px arial,sans-serif;
}
li.head {
	list-style-type:none;
	margin-left: -14px;
	buffer-bottom: -5px;
}
</pre>
  </body>
</html>
