/* AG_style.css */

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #A47EAF url(../images/backgtest.jpg) repeat-y fixed top center;
}

div#AG_report {
  font-size: 14px;
}

div#AG_head h1 {
  font-size: 20px;
}

div#AG_head p.AG_name {
  margin:0px;
}

div#AG_data p {
  margin:0px;
}

div#AG_data {
  margin-bottom:15px;
}

div#AG_data h3.AG_sub_heading {
  font-size: 14px;
  font-weight: normal;
  margin:0;
}

div#AG_toc h2 {
  font-size: 16px;
  margin-bottom:0;
  font-weight:700;
}

div#AG_toc ul {
  list-style: none outside none;
  padding-left:0;
}

div#AG_chart {
  text-align:center;
}

div#AG_chart img {
  border:0px;
  margin-bottom:15px;
}

div#AG_credits p {
  margin:0px;
}

div#AG_report h3,h4 {
  font-size: 18px;
  margin-bottom:15px;
}

div#AG_report h5 {
  font-size:16px;
  margin-bottom:0px;
}

div#AG_body p.AG_para_intro1 {
  font-style:italic;
}

div#AG_body p {
  margin:0px;
}

a.AG_heading {
  text-decoration: none;
  font-weight: bold;
  color: black;
  font-size:18px;
}

div.AG_hide {
  visibility: hidden;
  display:none;
}

div.AG_show {
  visibility: visible;
  display: block;
}

div#AG_glossary ul {
  list-style-type: none;
  margin-top:10px;
}

div#AG_glossary dt {
  font-style: italic;
  margin-top:15px;
}

