body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
		
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

a:link {
	font-size: 10pt;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	font-size: 10pt;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;

}
a:hover {
	font-size: 10pt;
	font-weight: bold;
	color: #CC0033;
	text-decoration: underline;
	background-color: #FFCC00;

}
a:active {
	font-size: 10pt;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
}
.tlink:link {
	font-size: 12pt;
	font-weight: bold;
	color: #6600FF;
	text-decoration: none;

}
.tlink:visited {
	font-size: 12pt;
	font-weight: bold;
	color: #6633CC;
	text-decoration: none;

}
.tlink:hover {
	font-size: 12pt;
	font-weight: bold;
	color: #CC0033;
	text-decoration: underline;
	background-color: #FFCC00;

}
.tlink:active {
	font-size: 12pt;
	font-weight: bold;
	color: #6633CC;
	text-decoration: none;
}
