/* text styles */

body,td
{
	font-family: Times New Roman,Serif;
	font-size: 12px;
	color: #000000;
}

.text
{
	font-family: Times New Roman,Serif;
	font-size: 12px;
	color: #000000;
}

.smText
{
	font-family: Times New Roman,Serif;
	font-size: 9px;
	color: #000000;
}

.textBold
{
	font-family: Times New Roman,Serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.textLink
{
	font-family: Times New Roman,Serif;
	font-size: 12px;
	color: #8F965F;
}

.textLink:hover
{
	font-family: Times New Roman,Serif;
	font-size: 12px;
	color: #CCCC99;
}

.textLinkBold
{
	font-family: Times New Roman,Serif;
	font-weight: bold;
	font-size: 12px;
	color: #8F965F;
}

.textLinkBold:hover
{
	font-family: Times New Roman,Serif;
	font-weight: bold;
	font-size: 12px;
	color: #CCCC99;
}

.copyright
{
	font-family: Times New Roman,Serif;
	font-size: 10px;
	color: #000000;
}

.privacy
{
	font-family: arial, helvetica, san serif;
	font-size: 11px;
	color: #000000;
}

.formText
{
	font-family: arial, helvetica, san serif;
	font-size: 11px;
	color: #878F54;
}

.commentText
{
	font-family: arial, helvetica, san serif;
	font-size: 11px;
	color: #000000;
	height: 80px;
	width: 430px;
}

.textField
{
	font-family: arial, helvetica, san serif;
	font-size: 11px;
	color: #000000;
	height: 20px;
	width: 200px;
}
.textRadio
{
	font-family: arial, helvetica, san serif;
	font-size: 11px;
	color: #000000;
	height: 20px;
}
.formBold
{
	font-family: arial, helvetica, san serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
.formBoldRed
{
	font-family: arial, helvetica, san serif;
	font-weight: bold;
	font-size: 12px;
	color:#FF0000;
}

.instructions
{
	font-family: arial, helvetica, san serif;
	font-size: 11px;
	color: #000000;
}

.smCopy
{
	font-family: arial, helvetica, san serif;
	font-size: 9px;
	color: #000000;
}

.zipField
{
	font-family: arial, helvetica, san serif;
	font-size: 11px;
	color: #000000;
	/*height: 20px;
	width: 50px;*/
}
.GreenMatters
{
	font-family:Arial, Helvetica, sans-serif;
	padding: 15px;
	
}

#blanket {
background-color:#000;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
height:100%;
}
#popUpDiv {
background-color:#eeeeee;
position:absolute;
width:853px;
height:525px;
z-index: 9002;
}.smTextArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
}

