/* CSS Document */

a {
	text-decoration: underline;
	font-weight: bold;
	background-color: transparent;
	color: #000000;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;

}
.dontShow {
	display: none;
}
.subtitle {
	font-size: 16px;
	font-style: italic;
}
