﻿a:link
{
	color: blue;
	text-decoration: none;
}
a:visited
{
	color: blue; 
	text-decoration: none;
} 
a:active 
{
	color:green;
	text-decoration: none;
}
img
{
	border:0px;
}
body
{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: black;
}
table
{
	table-layout:auto;width:auto;height:auto;
	vertical-align: top;
	text-align: left;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	margin-top: 0;
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}
h1
{
	color: #DCDEDF;
	font-size: 24pt;
}
h2
{
	color: black;
	font-size: 18pt;
}
h3
{
	color: black;
	font-size: 14pt;
}
h4
{
	color: black;
	font-size: 12pt;
}
h5
{
	color: black;
	font-size: 10pt;
	margin-top: 0;
	margin-bottom: 0;
}
h6
{
	color: black;
	font-size: 8pt;
}