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

td {
	text-align: left;
	vertical-align: top;
}
body {
	font-family: "Trebuchet MS", Arial, "Gill Sans MT";
	font-size: small;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
}
h3 {
	font-size: medium;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
	color: #000099;
}
a:visited {
	text-decoration: underline;
	color: #330066;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: underline;
	color: #000099;
}
