/* Typography
------------------------------------ */
body,
td {
	font-family: Arial;
	font-weight: normal;
	color: #8E8E8E;
	font-size: 12px;
	}
h1 {
	font-family: veranda, Arial;	font-weight: bold;
	font-size: 13pt;	color: #212121;
	margin: 0px;
	}
.heading {
	font-family: veranda, Arial;
	font-weight: bold;
	font-size: 13pt;
	color: #212121;
}
a:link{
	font-family: Arial;
	font-weight: normal;
	color: #FE7800;
	font-size: 12px;
	text-decoration: underline;
}
a:visited { 
	font-family: Arial;
	font-weight: normal;
	color: #FE7800;
	font-size: 12px;
	text-decoration: underline;
	}
a:hover { 
	font-family: Arial;
	font-weight: normal;
	color: #FE7800;
	font-size: 12px;
	text-decoration: none;
	}

.greytxt
{
font-family: Arial;
font-weight: normal;
text-align: justify;
color: #8E8E8E;
font-size: 12px;
}
.darkgreytxt
{
font-family: Arial;
font-weight: normal;
text-align: left;
color: #232323;
font-size: 12px;
}
.footer
{
font-family: Arial;
font-weight: normal;
text-align: center;
color: #333333;
font-size: 11px;
}
.more:link
{
font-family: Arial;
font-weight: normal;
text-align: justify;
color: #FE7800;
font-size: 11px;
text-decoration: none;
}
.more:visited
{
font-family: Arial;
font-weight: normal;
text-align: justify;
color: #FE7800;
font-size: 11px;
text-decoration: none;
}
.more:active
{
font-family: Arial;
font-weight: normal;
text-align: justify;
color: #FE7800;
font-size: 11px;
text-decoration: none;
}
.more:hover
{
font-family: Arial;
font-weight: normal;
text-align: justify;
color: #FE7800;
font-size: 11px;
text-decoration: underline;
}
.top:link
{
font-family: Arial;
font-weight: normal;
color: #333333;
font-size: 11px;
text-decoration: none;
}
.top:visited
{
font-family: Arial;
font-weight: normal;
color: #333333;
font-size: 11px;
text-decoration: none;
}
.top:active
{
font-family: Arial;
font-weight: normal;
color: #333333;
font-size: 11px;
text-decoration: none;
}
.top:hover
{
font-family: Arial;
font-weight: normal;
color: #333333;
font-size: 11px;
text-decoration: underline;
}
??