*
{
	margin: 0;
}
body {
	background-color: #fff;
  	font-family: Tahoma;
  	font-size: 10pt;
  	font-weight: normal;
  	color: #000;
}
img {
	border: none;
}
h1 {
  	font-family: Arial;
	font-size: 18pt;
	color: #2f66a5;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	letter-spacing: -1px
}
h2 {
  	font-family: Arial;
  	color: #7c0000;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	letter-spacing: 0px
}
A:link {
	color: #000;
	text-decoration: underline;
}
A:visited {
	color: #000;
	text-decoration: underline;
}
A:active {
	color: #000;
	text-decoration: underline;
}
A:hover {
	text-decoration: underline; 
	color: #000;
}