body {
	background-color: #E4E4E4;
}
a:link
{
	color: Gray;
	text-decoration: underline;
	font-weight: bold;
}
a:visited
{
	color: Gray;
	text-decoration: underline;
	font-weight: bold;
}
a:active
{
	color: Gray;
	text-decoration: underline;
	font-weight: bold;
}
a:hover
{
	color: Black;
	text-decoration: underline;
	font-weight: bold;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: none;
	color: black;
	font-size: 10pt;
}
p
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: none;
	color: black;
	font-size: 10pt;
}
td
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: none;
	color: black;
	font-size: 10pt;
}   
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
}
h1
{
    font-size: 14pt;
}
h2
{
    font-size: 12pt;
}
h3
{
    font-size: 10pt; 
}
h4
{
    font-size: 8pt;
}
h5
{
    font-size: 8pt;
}
h6
{
    font-size: 8px;
}
.section_heading
{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10pt;
	font-weight: bold;
}
.footer_text
{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 8pt;
}