body {
	color: Navy;
	font-size: 12px;
	
	font-weight: normal;
}
td {
	font-family: Tahoma;
	font-size: 12px;
	color: Navy;
	font-weight: normal;
}
p {
	font-family: Tahoma;
	font-size: 12px;
	color: Navy; font-weight: normal;
}
h1 {
	font-family: Tahoma;
	font-size: 12pt;
	color: Navy;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
h2 {
	font-family: Tahoma;
	font-size: 18px;
	color: Navy; font-weight: normal;
}
a:link {
	font-family: Tahoma;
	color: Red;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-family: Tahoma;
	color: Red;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	font-family: Tahoma;
	color: Red;
	text-decoration: none;
	font-weight: normal;
}
a:hover      {
	font-family: Tahoma;
	color: Navy;
	text-decoration: none; font-weight: normal;
}
.float-right {
	float: right;
	margin: 0 0 0 10px; 
}