@charset "utf-8";
/* CSS Document */

body {
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif; 
  color: #000000;
  background: none;
  font-size: 10pt;
}

.content {
  background: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 12pt;
	font-weight: bold;
}
blockquote {
  margin: 2em;
  padding:1em;
  font-style:italic;
  font-size: 9pt;
}
a:link, a:visited {
  background: transparent;
  text-decoration: underline;
  color: #0066FF;
}
/*---------specific for this markup-------------*/
#header {
	display: none;
}
#right_column {
	display: none;
}
