<style>

body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
}

/*used to step down text, effect is: one step down from and lighter*/
.subText {
	color: #333333;
	font-weight: normal;
	font-size: smaller;
}

/*used to step down text, effect is: one step down from and lighter*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.lightText {
	color: #666666;
}

/*Where Used: Light links*/
.SubHead {
	font-size: 11px;
	text-align: center;
	vertical-align: bottom;
}

.hilight  {
	color: red;
	font-weight: bold;
}

/*Where Used: Top level heading: Pesticide Action Network*/
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;

	line-height: 24px;
	font-weight: normal;
	vertical-align: top;
	}

/*Where Used: Secondary Heading: Pesticide Chemicals (bold) and major section headings*/
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 4px;
	text-decoration: none;
	}

/*Where Used: teriary heading */
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
	text-decoration: none;
	}

/* Where used, 4th heading */
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	margin-top: 2px;
	margin-bottom: 4px;
	vertical-align: top;
	}

/* Where used, 5th heading nav links */
h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	}

/* Where used, all text blocks see also textBlock and Note*/
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 14px;
	line-height: 17px;
	}

/* Where used, all inline notes */
.note {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left: 4px;
	line-height: 14px;
	}

/* Where used, all text blocks */
.textBlock {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	line-height: 16px;
	}

/* Where used, home page rollover text */
.textRO1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: blue;
	font-weight: normal;
	vertical-align: top;
	line-height: 16px;
	}

/* Where used, home page rollover text */
.textRO2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: 222222;
	font-weight: normal;
	vertical-align: top;
	line-height: 16px;
	}

/*Where Used: input fields */
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 14px;
}

/*Where Used: input fields */
textArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/*Where Used: specifies margin for select menus */
select {
	margin-top: 2px;
	margin-bottom: 4px;
	margin-left: 14px;
}

/*Where Used: data display */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;

	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}

/* used to override td spacing*/
.noPad{
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}



/*Where Used: data HEADERs */
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 4px;
	margin-left: 4px;
	vertical-align: top;
	text-align: left;
	padding-left: 4px;
}

.inputHeading {
	margin-left: 14px;
}

.stdHeight {
	height: 20px;
	line-height: 20px;
}

.Rt {
	text-align: right;
	padding-right: 4px;
}

.titleCenter {
	text-align: center;
}

.titleLeft {
	text-align: left;
}


/*Link Behaviors*/
A:link { color:#0000FF; text-decoration; }
A:active { color:#0000FF; text-decoration; }
A:visited { color:#0000FF; text-decoration; }
A:hover { color:#FF0000; text-decoration: none; }


/*Where Used: list syle */
/* ul tabs in list after ul*/
ul {
 list-style-image: url(/shared/bullet1.gif);
}
li {
margin-bottom: 5px;
}

/*Where Used: text lists */
.textList {
font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
}

/*Where Used: when you need a td style but header forces line break */
.headerNote {
	font-size: 12px;
	font-weight: normal;
}


/*Where Used: Navigation buttons on Chem Detail page etc. */
.navButton {
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	width: 100px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #00CC99;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 2px;
	height: 45px;
}


.navButton2 {

	color: #000000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	width: 160px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #00CC99;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 2px;
	height: 25px;

}

.navButton3 {
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	width: 280px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #00CC99;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 2px;
	height: 25px;
}


.navLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-decoration: none;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	padding-left: 4px;
	margin-bottom: 0px;
}

.box-notice{
    border: solid 3px #fff;
    border-radius: 20px;
    width: 70%;
    height: auto;
    background-color:#eaebe9;
    padding: 20px;
    color: #666666;
    font-weight:500;
    line-height:20px;
    font-size:16px;
		float:right;
    margin-right:20px;
}

@media screen and (max-width: 1220px) {    /** resize box notice font**/
  .box-notice{
    font-size: 12px;
		width: 60%;
  }
}

</style>
