body {
	/*margin: 0;*/
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	line-height: 20px;
		/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
	background-color: #fff;
	}
	
	.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	line-height: 15px;
}
a {
	text-decoration: none;
	}
a:link {
	color: #003399;
}
a:visited {
	color: #003399;
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.leftlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 5px 3px 15px;
	line-height: 12px;
}
.blurb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #000000;
}
.greenbox {
	background-color: #F3FBEF;
	border: 1px solid #BFEAAA;
	padding: 4px;
	font-size: 11px;
	line-height: 15px;
}
.bluebox {
	background-color: #F3F7FB;
	border: 1px solid #9BBCFF;
	padding: 4px;
	font-size: 11px;
	line-height: 17px;
}
.bold {
	font-weight: bold;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF6EF;
	padding: 4px;
}
.subhead2 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #339933;
	font-weight: bold;
}
.whitebox {

	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-size: 11px;
	line-height: 17px;
}
.mssgblue {
	background-color: #ADC4E9;
	border: 0px solid;
	padding: 3px;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
}
.copy12px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.copy14px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px;
}
.greenboxDotted {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F2FFF2;
	padding: 4px;
	border: 1px dashed #009933;
}
