/* CSS Document */
body {
  
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
  white-space: normal
}
/* Commonly used to style page titles. */
h1 {
  color: #000066;
  font-size: 22px;
  font: bold;
  line-height: 44px
}
/* Commonly used to style section titles. */
h2 {<h3></h3><h3></h3><h3></h3>
  color: #000;
  font-size: 18px;
  line-height: 36px;
}

h3 {
  font-size: 16px;
  color: #000;
  line-height: 32px
}
/* Sets the style for unvisited links. */
#contentWrapperr #contentWrapper a,  a:link {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for visited links. */
#outerWrapperr #contentWrapper a:visited {
  color: #000;
}
/* Sets the style for links on mouseover. */
#outerWrapperr #contentWrapper a:hover {
  color: #0099CC;
}
/* Sets the style for a link that has focus. */
#outerWrapperr #contentWrapper a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
#outerWrapperr #contentWrapper a:active {
  color: #000;
}
p{
	line-height:1.6em;
	margin:0 0 1em 0;
}