body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5 
}
a {color:#0174B7;}
a:hover{color:#578A25;}
.photoBorder {
	background-color:#FFFFFF;
	border: 1px solid #D5D5D5;
  	padding: 7px;
  	margin: 10 10px 10px 10;
}
.photoBorderLeft {
	background-color:#FFFFFF;
  border: 1px solid #D5D5D5;
  padding: 7px;
  margin: 0 18px 18px 0;
  float: left
}

.photoBorderRight {
	background-color:#FFFFFF;
  border: 1px solid #D5D5D5;
  padding: 7px;
  margin: 0 0 18px 18px;
  float: right
}
.page_header_title {
	font-family: Arial, Helvetica, sans-serif;
	color: #1C69A9;
	font-size: 20px;
	font-weight: bold;
	font-style: oblique;
}
.page_subheader_title {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
.body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #848484;
	line-height: 2
}