body {
	font-family: Tahoma;
	font-size: 12pt;
	color: Black;
	font-weight: normal;
}
td {
	font-family: Tahoma;
	font-size: 12pt; color: Black; font-weight: normal;
}
p {
	font-family: Tahoma;
	font-size: 12pt; color: Black; font-weight: normal;
}
h2 {
	font-family: Tahoma;
	color: Blue;
	font-size: 14pt;
	font-weight: bold;
}
h1 {
	font-family: Tahoma;
	font-size: 16pt;
	color: Blue;
	font-weight: bold;
}
a:link       {
	font-family: Tahoma;
	color: Blue;
	text-decoration: none;
	font-weight: normal;
}
a:visited    { font-family: Tahoma; 
               text-decoration: none; font-weight: normal; color: Blue }
a:active     { font-family: Tahoma;
               text-decoration: none; font-weight: normal; color: Blue }
a:hover      {
	font-family: Tahoma;
	text-decoration: none;
	font-weight: normal;
	color: Black;
}
.float-right {
	float: right;
	margin-left: 5px;
	border: 5px solid #E7E7E7;
	border-style: solid;
	}
	.border {
	border: 5px solid #E7E7E7;
	border-style: solid;
	}
	.credit {
		font-family: Tahoma;
	font-size: 8pt; color: Black; font-weight: normal;
	}