.fontstyle1
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
}


a:Link
{
	color: blue;
	text-decoration: underline;
}

a:Active
{
	color: blue;
	text-decoration: underline;
}

a:Visited
{
	color: blue;
	text-decoration: underline;
}

a:Hover
{
	text-decoration: underline;
	color: gray
}
.heading1 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;

}
.heading2 {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}
.figurestyle {
	font-family: Arial;
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
}
.heading3 {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #666666;
}
.linkstyle {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
}

.copywritestyle {
	color: #666666;
	font-size: 9px;
}
.heading4 {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
