@charset "utf-8";
/* CSS Document */

a:link {
	color: #000000;
	text-decoration:none;

}

a:visited {
	color:#000000;
	text-decoration:none;
}



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

b{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11pt;
	color:#000;
}
h1{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10pt;
}
h2{
	font-family:Tahoma;
	font-size:11pt;
}
table#tb {background:#ffffff;
			}
