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


.Text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.Text a:link {
	color: #009;
	text-decoration: underline;
}
.Text a:visited {
	color: #006;
	text-decoration: underline;
}
.Text a:hover {
	color: #009;
	background-color: #CCC;
}
.Text header {
	font-size: 16px;
	color: #000;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.invisible {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 4px;
	color: #FFFFFF;
}
.invisible a:link {
	color: #FFF;
	text-decoration: underline;
}
.invisible a:visited {
	color: #FFF;
	text-decoration: underline;
	font-size: 6px;
}
.invisible a:hover {
	color: #009;
	background-color: #CCC;
	font-size:12px;
}