a:link
{
	color: darkblue; 
}
a:visited
{
	color: #6a5acd; 
} 


a:active 
{
	color: #0000ff;
}

p
{
	margin-top: 3pt;
	margin-bottom: 3pt;
}

body
{
	font-family: Trebuchet MS, Arial;
	background-color: #f2f2f2;
	color: darkblue;
	font-size:10pt
	
}

td
{
	vertical-align: top;
}

table
{
	vertical-align: top;
	font-family: Trebuchet MS, Arial;
	background-color: #f2f2f2;
	color: dark-blue;
	font-size: 10 pt;
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial;
	color: black;
}
h1
{
	font-size: 18 pt;
	font-weight: normal;
	color: black;
	margin-top: 18 pt;
	margin-bottom: 18 pt;
}
h2
{
	font-size: 14 pt;
	font-weight: normal;
	color: black;
	margin-top: 18 pt;
	margin-bottom: 12 pt;
}
h3
{
	font-size: 12 pt;
	font-weight: normal;
	color: black;
	margin-top: 12 pt;
	margin-bottom: 6 pt;
}
h4
{
	font-size: 10 pt;
	font-weight: bold;
	color: black;
	margin-top: 6 pt;
	margin-bottom: 6 pt;}
h5
{
	color: Silver;
}
h6
{
	color: Silver;
}