body {
	background-color: #BEBDA9;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}
.copy {
	background-color: #DEDED4;
	padding-left: 10px;
	padding-bottom: 10px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #071E5F;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 150%;
}
.subhead {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #071E5F;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 150%;
}
.addressCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #041C5D;
	background-color: #99CCCC;
	padding-right: 10px;
	padding-left: 10px;
}
.top_bg {
	background-image: url(images/shadow_top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.right_bg {

	background-image: url(images/shadow_right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.bottom_bg {

	background-image: url(images/shadow_bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.left_bg {


	background-image: url(images/shadow_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {

	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #DCE0D2;
	text-decoration: none;
	background-color: #CC0000;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
select {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
textarea {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.bottomBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #BEBDA9;
	border-right-color: #BEBDA9;
	border-bottom-color: #BEBDA9;
	border-left-color: #BEBDA9;
}
.progDesc {
  font-size:11px;
  line-height:1.3em;
}
