* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.content {
	padding:10px 0px 10px 10px;
}	
.nobr {
	white-space: nowrap;
}
.kicker_style1 {
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
.headline {
	font-size: 20px;
	font-weight: bold;
	color: #9a5a7f;
}
.subhead {
	font-size: 14px;
	color: #9a5a7f;
}
.box_pink {
	padding: 10px;
	background-color: #fcddcc;
	border: #842b37;
	border:thin;
}
.caption {
	font-size: 12px;
	font-style: normal;
	color: #9a5a7f;
}
.footer {
	font-size: 9px;
	color: #ffffff;
}
.leftnav {
	padding: 10px;
	background-color: #76798d; /*WILL CHANGE EVERY ISSUE */
}

.footnote {
	font-size: 9px;
	/*color: #000000;*/
}


a {
	color: #9a5a7f;
	font-style: italic;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9a5a7f;/*173763*/
}
a:hover {
	text-decoration: underline;
	color: #9a5a7f;
}
a:active {
	text-decoration: underline;
}
a.nav_links, .nav_links {
	/*font-size: 14px;*/
	color: #9a5a7f;
	font-style: italic;
}
a.nav_links:link {
	text-decoration: none;
}
a.nav_links:visited {
	text-decoration: none;
	color: #9a5a7f;/*173763*/
}
a.nav_links:hover {
	text-decoration: underline;
	color: #9a5a7f;
}
a.nav_links:active {
	text-decoration: none;
}
a.leftnav_links, .leftnav_links {
	font-size: 14px;
	color: #ffffff;
	font-style: italic;
}
a.leftnav_links:link {
	text-decoration: none;
}
a.leftnav_links:visited {
	text-decoration: none;

}
a.leftnav_links:hover {
	text-decoration: underline;
	color: #ece09f;
}
a.leftnav_links:active {
	text-decoration: none;
}
.box_pink_subhead {
	color: #9a5a7f;
}
.box_pink_headline {
	font-size: 16px;
	color: #9a5a7f;
	font-weight: bold;
}
sup {
   line-height: 100%;
   vertical-align: top;
   font-size: 9px;
}

<!-- Drop Shadow with Soft Edge -->

.img-shadow {
	clear: both;
	float:left;
	background: url(../images/shadow3.gif) no-repeat bottom right;
	margin: 20px 0 0 17px !important;
	margin: 20px 0 0 8px;
	}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
.alpha-shadow {
	clear: both;
	float:left;
	background: url(../images/shadow3.gif) no-repeat bottom right;
	margin: 14px 0 0 17px !important;
	margin: 14px 0 0 8px;
	}

.alpha-shadow div {
  background: url(../images/shadow2.png) no-repeat left top !important;
  background: url(../images/shadow2.gif) no-repeat left top;
  float: left;
  padding: 0px 6px 6px 0px;
  }

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: 0;
  }

<!--[if gte ie 5.5000]>
<style type="text/css">
.alpha-shadow div { 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/shadow2.png',sizingMethod='crop'); 
	background: none;
	}
</style>
<![endif]-->
