
/* element selectors */

body {
  background-color: white;
  margin: 0px;
}
img {
  border-style: none;
}

/* header footer table selector */

table.headerFooter {
  border-collapse: collapse;
  border-style: none;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
table.headerFooter td { /* default style */
  border-collapse: collapse;
  border-style: none;
  border-width: 0px;
  padding: 0px 1px 0px 1px;
}

/* class selectors */
.bg_full {
  background: url(/sher-link/common/sales_tools/images/header_footer/bg.gif);
  background-repeat: repeat-x;
  background-position: top;
}
.bg_white {
  background: url(/sher-link/common/sales_tools/images/header_footer/bg_white.gif);
  background-repeat: repeat-x;
  background-position: top;
}
.bg_new_shade_1 {
  background-color: #1E2B43;
}

.bg_shade_1 {
  background-color: #606c39;
}
.bg_shade_2 {
  background-color: #ECF1E1;
}
.bg_gradient_image {
  background: url(/sher-link/common/sales_tools/images/header_footer/bg_header_gradient.gif);
  background-repeat: repeat-x;
  background-position: top;
}
.footerlink A {
  color: #ECF1E1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: regular;
  padding: 0px 10px 0px 10px;	
  text-decoration: none;	
}
.footertext {
  color: #ECF1E1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: regular;
  padding: 0px 10px 0px 10px;		
}
.headerlink A {
  color: #ECF1E1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 10px 0px 10px;
  text-decoration: none;	
}
.headerlink A:visited, .footerlink A:visited {
  color: #ECF1E1;
}
.headerlink A:hover, .footerlink A:hover {
  color: #ECF1E1;
  text-decoration: underline;
}
.headerclearlink A {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 10px 0px 10px;
  text-decoration: none;	
}
.headerclearlink A:visited {
  color: #000000;
}
.headerclearlink A:hover {
  color: #666666;
  text-decoration: underline;
}
.height_22 {
  height: 22px;
}
.text_align_center {
  text-align: center;
}
.text_align_left {
  text-align: left;
}
.text_align_right {
  text-align: right;
}
.text_valign_top {
  vertical-align: top; 
}
.text_valign_middle {
  vertical-align: middle; 
}
.text_valign_bottom {
  vertical-align: bottom; 
}
.width_6 {
  width: 6px;
}
.width_20 {
  width: 20px;
}
.width_34 {
  width: 34px;
}
.width_117 {
  width: 117px;
}
.width_178 {
  width: 178px;
}
.width_355 {
  width: 355px;
}
.width_372 {
  width: 372px;
}
.width_472 {
  width: 472px;
}
.width_512 {
  width: 512px;
}
.heading {
	font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: normal;
    font-size: 1.75em;
	line-height: 1.1em;
	position:absolute;
	right:100px;
	top:20px;
	text-align: center;
	color:rgb(0,73,145);
}