/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/* reset CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0}
/* end reset */

/* GLOBAL STYLES ======================================================= */
body {
   background-color: #e8e8e8;
   font-family:Arial, Helvetica, sans-serif;
   font-size:small;
   color:#666666;	
}
p {
 padding: 0.5em 0;



}
#container {

   padding: 0 7px;
   margin: auto;
} 
/* ARTCILES ======================================= */

#articleSubject {
    font-size: 140%;
    font-weight: bold;
    padding-bottom: 15px;
}
#article h1 {
   font-weight: bold;
}

#article form {

}
#article form .offer {
   float: left;
padding-bottom: 10px;
  width: 100%;
}
#article form .offer input {
   float: left;
}
#article form .offer label {
   float: left;
width: 90%;
   padding-left: 1%;
}
#article form ol {
   clear: left;
}
#article form ol li {
   margin: 5px 0;
}

#article form ol li label {
   width: 40%;
   display: block;
   float: left;   
}

#article form .condition {
   font-size: 80%;
   display: block;
}
#article th, #article td  {
  padding: 4px;
   border: solid 1px #666;
}
#article th {
   font-weight: bold;
   background: #888;
   color: #fff;
}
#article table {
   border: solid 1px #999;
}

#navPrimary, #navSecondary {
   display: none;
}

#headerSection {
  display:none;
}

#article ul {
   margin: 1em 0;
}
#article ul li  {
   margin: 0.2em 0 0.2em 2em;
   list-style: disc;
}

.smalltext {
   font-size: 90%;
}

.mandatory {
color: #da1534;
}
.alternate {
   background-color: #e8e8e8;
}